ModernUO/Projects/UOContent/Migrations/Server.Items.FillableContainer.v2.json
Kamron Batman 59e1793c2d
fix: Codegens fillable containers (#862)
- [X] Fillable containers now relock/retrap after respawn.
- [X] Optimized the lookup and serialization.
2022-06-13 01:13:59 -07:00

19 lines
No EOL
377 B
JSON

{
"version": 2,
"type": "Server.Items.FillableContainer",
"properties": [
{
"name": "RawContentType",
"type": "Server.Items.FillableContentType",
"rule": "EnumMigrationRule"
},
{
"name": "RespawnTimer",
"type": "Server.Timer",
"rule": "TimerMigrationRule",
"ruleArguments": [
"@TimerDrift"
]
}
]
}