ModernUO/Projects/UOContent/Migrations/Server.Items.BaseWand.v1.json
2021-08-22 14:30:38 -07:00

19 lines
No EOL
338 B
JSON

{
"version": 1,
"type": "Server.Items.BaseWand",
"properties": [
{
"name": "WandEffect",
"type": "Server.Items.WandEffect",
"rule": "EnumMigrationRule"
},
{
"name": "Charges",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}