Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
+235
View File
@@ -0,0 +1,235 @@
{
"__VERSION__": 1,
"name": "Gunship",
"size": 1,
"hull": "TyrantFrigate",
"type": "Support",
"gridWidth": 19,
"gridHeight": 16,
"class": "Creep",
"subsystems": [
{
"type": "SupportPlateArmor",
"hexes": [
[
11,
6
],
[
12,
7
],
[
12,
8
],
[
11,
8
],
[
8,
10
],
[
9,
10
],
[
10,
10
],
[
8,
5
],
[
9,
4
],
[
10,
5
]
]
},
{
"type": "SupportRocketEngine",
"hexes": [
[
4,
8
],
[
5,
7
],
[
4,
7,
"Core"
]
]
},
{
"type": "Railgun",
"direction": [
0.939693,
0,
0.34202
],
"hexes": [
[
4,
9
],
[
5,
9
],
[
6,
10
],
[
7,
7
],
[
5,
8
],
[
6,
9
],
[
6,
8
],
[
7,
9
],
[
7,
8
],
[
8,
8
],
[
10,
8
],
[
9,
9
],
[
8,
9
],
[
9,
8
],
[
10,
9
],
[
11,
9,
"Core"
]
]
},
{
"type": "Railgun",
"direction": [
0.939693,
0,
-0.34202
],
"hexes": [
[
4,
6
],
[
6,
5
],
[
5,
5
],
[
11,
7
],
[
5,
6
],
[
6,
7
],
[
6,
6
],
[
7,
5
],
[
7,
6
],
[
8,
7
],
[
10,
7
],
[
8,
6
],
[
9,
6
],
[
9,
5
],
[
10,
6
],
[
11,
5,
"Core"
]
]
},
{
"type": "CrewDeck",
"hexes": [
[
9,
7,
"Core"
]
]
}
]
}