Skip to content

Commit

Permalink
Fix availability of cyborg designs in cam2 and cam3
Browse files Browse the repository at this point in the history
  • Loading branch information
perim committed May 22, 2016
1 parent 9e6857a commit 0f312d0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
10 changes: 9 additions & 1 deletion data/base/script/data/cam2tech.vlo
Expand Up @@ -67,7 +67,7 @@ startStruct [25] STRUCTURESTAT "Emplacement-MRL-pit"
//startStruct [28] STRUCTURESTAT "GuardTower5"
//startStruct [29] STRUCTURESTAT "GuardTower6"

numWeapons int 20
numWeapons int 28
startWeapon [0] WEAPON "Cannon1Mk1"
startWeapon [1] WEAPON "Cannon2A-TMk1"
startWeapon [2] WEAPON "Cannon375mmMk1"
Expand All @@ -88,6 +88,14 @@ startWeapon [16] WEAPON "MG3-VTOL"
startWeapon [17] WEAPON "Rocket-VTOL-LtA-T"
startWeapon [18] WEAPON "Rocket-VTOL-Pod"
startWeapon [19] WEAPON "Rocket-VTOL-BB"
startWeapon [20] WEAPON "CyborgFlamer01"
startWeapon [21] WEAPON "CyborgCannon"
startWeapon [22] WEAPON "CyborgChaingun"
startWeapon [23] WEAPON "Cyb-Wpn-Atmiss"
startWeapon [24] WEAPON "Cyb-Wpn-Laser"
startWeapon [25] WEAPON "Cyb-Wpn-Rail1"
startWeapon [26] WEAPON "CyborgRocket"
startWeapon [27] WEAPON "CyborgRotMG"


numBodies int 10
Expand Down
16 changes: 13 additions & 3 deletions data/base/script/data/cam3tech.vlo
Expand Up @@ -90,7 +90,7 @@ startStruct [38] STRUCTURESTAT "Tower-Projector" //Inferno Emplacement
startStruct [39] STRUCTURESTAT "Pillbox-RotMG"


numWeapons int 36
numWeapons int 44
startWeapon [0] WEAPON "AAGun2Mk1"
startWeapon [1] WEAPON "Bomb1-VTOL-LtHE"
startWeapon [2] WEAPON "Bomb2-VTOL-HvHE"
Expand Down Expand Up @@ -127,8 +127,16 @@ startWeapon [32] WEAPON "Rocket-MRL"
startWeapon [33] WEAPON "Rocket-Pod"
startWeapon [34] WEAPON "Rocket-VTOL-Pod"
startWeapon [35] WEAPON "Mortar2Mk1"
startWeapon [36] WEAPON "CyborgFlamer01"
startWeapon [37] WEAPON "CyborgCannon"
startWeapon [38] WEAPON "CyborgChaingun"
startWeapon [39] WEAPON "Cyb-Wpn-Atmiss"
startWeapon [40] WEAPON "Cyb-Wpn-Laser"
startWeapon [41] WEAPON "Cyb-Wpn-Rail1"
startWeapon [42] WEAPON "CyborgRocket"
startWeapon [43] WEAPON "CyborgRotMG"

numBodies int 13
numBodies int 14
startBody [0] BODY "Body11ABT"
startBody [1] BODY "Body12SUP"
startBody [2] BODY "Body1REC"
Expand All @@ -142,13 +150,15 @@ startBody [9] BODY "CyborgCannonGrd"
startBody [10] BODY "CyborgFlamerGrd"
startBody [11] BODY "CybRotMgGrd"
startBody [12] BODY "CyborgRkt1Ground"
startBody [13] BODY "CyborgChain1Ground"

numProps int 5
numProps int 6
startProp [0] PROPULSION "HalfTrack"
startProp [1] PROPULSION "hover01"
startProp [2] PROPULSION "tracked01"
startProp [3] PROPULSION "V-Tol"
startProp [4] PROPULSION "wheeled01"
startProp [5] PROPULSION "CyborgLegs"

numConstructs int 1
startConstruct [0] CONSTRUCT "Spade1Mk1"
Expand Down
4 changes: 2 additions & 2 deletions data/base/script/text/tech.slo
Expand Up @@ -12,9 +12,9 @@ public RESEARCHSTAT startTech[45];
public int numStructs;
public STRUCTURESTAT startStruct[50];
public int numWeapons;
public WEAPON startWeapon[40];
public WEAPON startWeapon[50];
public int numBodies;
public BODY startBody[13];
public BODY startBody[15];
public int numProps;
public PROPULSION startProp[10];
public int numConstructs;
Expand Down

0 comments on commit 0f312d0

Please sign in to comment.