Migrating data to seperate sub-repo

This commit is contained in:
Colin McLeod
2015-10-22 20:31:29 -07:00
commit 0e48c6a8cc
65 changed files with 4532 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
{
"rg": [
{
"id": "29",
"grp": "rg",
"class": 1,
"rating": "D",
"cost": 51600,
"mass": 2,
"power": 1.15,
"mode": "F",
"type": "TK",
"damage": 6,
"armourpen": "A",
"rof": 0.6,
"dps": 4,
"thermload": 7,
"clip": 1,
"mjdps" : 13.75,
"ssdam" : 24.75,
"ammo": 30,
"ammocost": 200
},
{
"id": "2a",
"grp": "rg",
"class": 2,
"rating": "B",
"cost": 412800,
"mass": 4,
"power": 1.63,
"mode": "F",
"type": "TK",
"damage": 7,
"armourpen": "A",
"rof": 0.5,
"dps": 4,
"thermload": 10,
"clip": 1,
"mjdps" : 21.66,
"ssdam" : 43.32,
"ammo": 30,
"ammocost": 200
},
{
"id": "ih",
"grp": "rg",
"name": "Imperial Hammer",
"class": 2,
"rating": "B",
"cost": 619200,
"mass": 4,
"power": 1.63,
"mode": "F",
"type": "TK",
"damage": 5,
"armourpen": "A",
"rof": 0.6,
"dps": 5,
"thermload": 3,
"clip": 3,
"ammo": 90
}
]
}