ModernUO/Projects/UOContent/Migrations/Server.Items.TrappableContainer.v3.json
Kamron Batman 2f6a0fad3a
fix: Codegens trappable containers (#973)
Splits out trappable container so the logic is easier to expand.
Changes trappable containers to be code genned.
2022-03-26 21:15:15 -07:00

27 lines
No EOL
495 B
JSON
Generated

{
"version": 3,
"type": "Server.Items.TrappableContainer",
"properties": [
{
"name": "TrapLevel",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "TrapPower",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "TrapType",
"type": "Server.Items.TrapType",
"rule": "EnumMigrationRule"
}
]
}