add start of gun support
This commit is contained in:
parent
444533ce85
commit
65f78ec3ac
19 changed files with 141 additions and 29 deletions
|
@ -1,13 +1,6 @@
|
|||
{
|
||||
"spawnShip": {
|
||||
"build": {
|
||||
"hull": "01",
|
||||
"turrets": [0],
|
||||
"power": {
|
||||
"forward": 0.0015,
|
||||
"back": 0,
|
||||
"rotation": 0.0001
|
||||
}
|
||||
}
|
||||
"ship": "01",
|
||||
"turrets": ["01", "01"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"01": [
|
||||
[
|
||||
[1, 28],
|
||||
[31, 28],
|
||||
[31, 19],
|
||||
[19, 2],
|
||||
[13, 2],
|
||||
[1, 19]
|
||||
]
|
||||
]
|
||||
}
|
25
server/game/room/world/traits/ships.json
Normal file
25
server/game/room/world/traits/ships.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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]
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue