wingbase/server/game/room/world/traits/ships.json
2016-03-27 15:08:49 +01:00

28 lines
329 B
JSON

{
"01": {
"name": "Aiwodge",
"size": "small",
"power": {
"forward": 0.015,
"back": 0,
"rotation": 0.003
},
"frame": [
[
[12, 1],
[29, 13],
[29, 18],
[12, 30],
[3, 30],
[3, 1]
]
],
"mounts": [
{
"pos": [18, 4],
"type": "fixed",
"traversal": false
}
]
}
}