ModernUO/Projects/UOContent/Migrations/Server.Items.KhaldunPitTeleporter.v0.json
2023-09-30 00:27:06 -07:00

30 lines
No EOL
562 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.KhaldunPitTeleporter",
"properties": [
{
"name": "Active",
"type": "bool",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "PointDest",
"type": "Server.Point3D",
"rule": "PrimitiveUOTypeMigrationRule",
"ruleArguments": [
"Point3D"
]
},
{
"name": "MapDest",
"type": "Server.Map",
"rule": "PrimitiveUOTypeMigrationRule",
"ruleArguments": [
"Map"
]
}
]
}