Skip to content

Commit

Permalink
requirements of converted weapon arsenal have been increased
Browse files Browse the repository at this point in the history
  • Loading branch information
datarza committed Aug 22, 2016
1 parent 8b46dea commit 930706f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Ruleset/AwesomeGuns.rul
Original file line number Diff line number Diff line change
Expand Up @@ -4167,16 +4167,16 @@ research:

- name: STR_ALIEN_WEAPON
listOrder: 1450
cost: 1000
cost: 400
points: 20
dependencies:
- STR_ALIEN_SOLDIER
- STR_ALIEN_WEAPON_DEPENDENCY

- name: STR_ALIEN_WEAPON_USING
listOrder: 1451
cost: 500
points: 10
cost: 800
points: 20
dependencies:
- STR_ALIEN_WEAPON
- STR_LEADER_PLUS
Expand Down Expand Up @@ -4923,8 +4923,10 @@ manufacture:
time: 900
cost: 56000
requiredItems:
STR_ALIEN_ALLOYS: 4
STR_ELERIUM_115: 5
STR_ALIEN_ALLOYS: 5
STR_PLASMA_PISTOL: 2
STR_MIND_PROBE: 1

- name: STR_CONVERTED_PLASMA_PISTOL_CLIP
listOrder: 1902
Expand All @@ -4936,8 +4938,8 @@ manufacture:
time: 180
cost: 2000
requiredItems:
STR_ELERIUM_115: 1
STR_PLASMA_PISTOL_CLIP: 1
STR_ELERIUM_115: 2
STR_PLASMA_PISTOL_CLIP: 2

- name: STR_CONVERTED_PLASMA_RIFLE
listOrder: 1910
Expand All @@ -4950,8 +4952,10 @@ manufacture:
time: 2500
cost: 88000
requiredItems:
STR_ELERIUM_115: 8
STR_ALIEN_ALLOYS: 8
STR_PLASMA_RIFLE: 2
STR_MIND_PROBE: 1

- name: STR_CONVERTED_PLASMA_RIFLE_CLIP
listOrder: 1911
Expand All @@ -4963,8 +4967,8 @@ manufacture:
time: 240
cost: 3000
requiredItems:
STR_ELERIUM_115: 2
STR_PLASMA_RIFLE_CLIP: 1
STR_ELERIUM_115: 4
STR_PLASMA_RIFLE_CLIP: 2

# Personal armors

Expand Down

0 comments on commit 930706f

Please sign in to comment.