ModernUO/Projects/UOContent/Migrations/Server.Items.ArcaneFocus.v0.json
Kamron Batman 8efa90b3ce
fix: Codegens spell items (#1765)
### 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
2024-05-08 19:48:39 -07:00

14 lines
No EOL
231 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.ArcaneFocus",
"properties": [
{
"name": "StrengthBonus",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}