Skip to content
JasperLorelai edited this page Jan 17, 2025 · 5 revisions

Value Types:

ValueTypeExtraDefault
attributeAttribute
valueInteger
operationOperationAliases:
- add_number: add & add_value
- add_scalar: multiply_base & add_multiplied_base
- multiply_scalar_1: multiply_scalar, multiplyscalar, multiply, multiply_total, add_multiplied_total
add_number
slotBefore 4.0 Beta 16:
Equipment Slot
Leave undefined for all slots

Extended since 4.0 Beta 16:
Equipment Slot Group
* can be an alias for any
any
idResource location with the default magicspells namespaceUnique UUID

String Form:

Note

Before 4.0 Beta 16:

The slot option only works when the attributes are defined on Magic Items.

<attribute> <value> <operation> [slot]

Note

Since 4.0 Beta 16:

<attribute> <value> <operation> <slot> <id>

Example:

attributes:
- generic_movement_speed 1 add_number

Config Form:

Note

Since 4.0 Beta 16

List of config sections, compact or not.

attributes:
# Flow style section
- {attribute: "", value: , operation: , slot: }# Block style section
- attribute:
value:
operation:
slot:

Clone this wiki locally