### Summary - Fixes some serialization issues with spell items - Fixes accessibility issues with field spells and removes the awkward "InternalItem" concept - Codegens the fields/items used in spells
19 lines
No EOL
368 B
JSON
Generated
19 lines
No EOL
368 B
JSON
Generated
{
|
|
"version": 0,
|
|
"type": "Server.Spells.Fifth.PoisonField",
|
|
"properties": [
|
|
{
|
|
"name": "Caster",
|
|
"type": "Server.Mobile",
|
|
"rule": "SerializableInterfaceMigrationRule"
|
|
},
|
|
{
|
|
"name": "End",
|
|
"type": "System.DateTime",
|
|
"rule": "PrimitiveTypeMigrationRule",
|
|
"ruleArguments": [
|
|
"DeltaTime"
|
|
]
|
|
}
|
|
]
|
|
} |