wingbase/server/game/room/world/traits/ships.json
2016-03-22 23:46:55 +00:00

25 lines
280 B
JSON

{
"01": {
"name": "Aiwodge",
"size": "small",
"power": {
"forward": 0.0015,
"back": 0,
"rotation": 0.0001
},
"hull": [
[
[3, 1],
[3, 30],
[12, 30],
[29, 18],
[29, 13],
[12, 1]
]
],
"mounts": [
[18, 4],
[18, 27]
]
}
}