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

25 lines
278 B
JSON

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