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
+193
View File
@@ -0,0 +1,193 @@
{
"__VERSION__": 1,
"name": "Beamship",
"size": 4,
"hull": "TyrantFrigate",
"type": "Support",
"gridWidth": 19,
"gridHeight": 16,
"class": "Creep",
"subsystems": [
{
"type": "CrewDeck",
"hexes": [
[
9,
7,
"Core"
]
]
},
{
"type": "SupportRocketEngine",
"hexes": [
[
6,
7,
"Core"
]
]
},
{
"type": "SupportRocketEngine",
"hexes": [
[
6,
8,
"Core"
]
]
},
{
"type": "SupportLaser",
"hexes": [
[
15,
9
],
[
15,
5
],
[
14,
9
],
[
14,
10
],
[
14,
5
],
[
14,
6
],
[
9,
9
],
[
8,
9
],
[
12,
7
],
[
13,
7,
"Core"
],
[
13,
5
],
[
12,
6
],
[
11,
6
],
[
13,
9
],
[
12,
9
],
[
11,
8
],
[
9,
5
],
[
8,
6
],
[
7,
6
],
[
7,
8
],
[
9,
6
],
[
11,
7
],
[
12,
8
],
[
8,
7
],
[
7,
7
],
[
8,
8
],
[
9,
8
],
[
10,
8
],
[
10,
7
]
]
},
{
"type": "SupportPlateArmor",
"hexes": [
[
10,
5
],
[
9,
4
],
[
8,
5
],
[
10,
10
],
[
9,
10
],
[
8,
10
]
]
}
]
}