ModernUO/Projects/UOContent/Migrations/Server.Items.Food.v0.json
2022-06-13 01:48:27 -07:00

27 lines
No EOL
506 B
JSON

{
"version": 0,
"type": "Server.Items.Food",
"properties": [
{
"name": "Poisoner",
"type": "Server.Mobile",
"rule": "SerializableInterfaceMigrationRule"
},
{
"name": "Poison",
"type": "Server.Poison",
"rule": "PrimitiveUOTypeMigrationRule",
"ruleArguments": [
"Poison"
]
},
{
"name": "FillFactor",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
}
]
}