Skip to content

Commit

Permalink
* Remove heavy skill from research list, team templates and skill des…
Browse files Browse the repository at this point in the history
…criptions.
  • Loading branch information
Nate Wright committed Aug 5, 2013
1 parent 6fbaeed commit 5c40d8d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
3 changes: 0 additions & 3 deletions base/ufos/msgid/skills.ufo
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ text "_Determines a soldier's accuracy with close-quarters weapons. Soldiers wil
msgid skill_explosive_txt {
text "_Determines a soldier's accuracy with explosive weapons. Soldiers will increase their explosive proficiency when they use explosive weapons effectively in battle."
}
msgid skill_heavy_txt {
text "_Determines a soldier's accuracy with heavy weapons. Soldiers will increase their heavy proficiency when they use heavy weapons effectively in battle."
}
msgid skill_mind_txt {
text "_Determines a soldier's mental endurance and performance. Soldiers will increase their mental strength when they engage in effective combat operations."
}
Expand Down
18 changes: 0 additions & 18 deletions base/ufos/research.ufo
Original file line number Diff line number Diff line change
Expand Up @@ -1034,11 +1034,6 @@ tech rs_weapon_chaingun
default "*msgid:chaingun_pre_txt"
}

// require_AND
// {
// tech rs_skill_heavy
// }

provides chaingun
time -1
producetime -1
Expand Down Expand Up @@ -3287,19 +3282,6 @@ tech rs_skill_explosive
// image "techs/explosive_skill"
}

tech rs_skill_heavy
{
type "tech"
name "_Heavy Weapons Proficiency"
up_chapter skill
description {
default "*msgid:skill_heavy_txt"
}

time 0
// image "techs/heavy_skill"
}

tech rs_skill_mind
{
type "tech"
Expand Down
4 changes: 0 additions & 4 deletions base/ufos/researched_list.ufo
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ researched rslist_phalanx
rs_skill_accuracy
rs_skill_mind
rs_skill_close
rs_skill_heavy
rs_skill_assault
rs_skill_sniper
rs_skill_explosive
Expand Down Expand Up @@ -108,7 +107,6 @@ researchable rslist_phalanx
rs_skill_accuracy
rs_skill_mind
rs_skill_close
rs_skill_heavy
rs_skill_assault
rs_skill_sniper
rs_skill_explosive
Expand Down Expand Up @@ -141,7 +139,6 @@ researched rslist_aliens
rs_skill_accuracy
rs_skill_mind
rs_skill_close
rs_skill_heavy
rs_skill_assault
rs_skill_sniper
rs_skill_explosive
Expand Down Expand Up @@ -171,7 +168,6 @@ researchable rslist_alien
rs_skill_accuracy
rs_skill_mind
rs_skill_close
rs_skill_heavy
rs_skill_assault
rs_skill_sniper
rs_skill_explosive
Expand Down
14 changes: 1 addition & 13 deletions base/ufos/team_templates.ufo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// defines a template
// rate
// only for phalanx soldiers - chance of selecting this template relative to sum of all rates
// strength, speed, accuracy, mind, close, heavy, assault, sniper, explosive, health
// strength, speed, accuracy, mind, close, assault, sniper, explosive, health
// min and max values for the attributes
//
//========================================================================
Expand All @@ -19,7 +19,6 @@ chrtemplate soldier {
accuracy "20 30"
mind "20 35"
close "15 25"
heavy "15 25"
assault "15 25"
sniper "15 25"
explosive "15 25"
Expand All @@ -36,7 +35,6 @@ chrtemplate pilot {
accuracy "0 0"
mind "0 0"
close "0 0"
heavy "0 0"
assault "0 0"
sniper "0 0"
explosive "0 0"
Expand All @@ -52,7 +50,6 @@ chrtemplate civilian {
accuracy "10 15"
mind "10 15"
close "5 10"
heavy "5 10"
assault "5 10"
sniper "5 10"
explosive "5 10"
Expand All @@ -68,7 +65,6 @@ chrtemplate alien_taman_light {
accuracy "40 50"
mind "50 85"
close "50 90"
heavy "50 90"
assault "50 90"
sniper "50 90"
explosive "50 90"
Expand All @@ -84,7 +80,6 @@ chrtemplate alien_taman {
accuracy "40 50"
mind "50 85"
close "50 90"
heavy "50 90"
assault "50 90"
sniper "50 90"
explosive "50 90"
Expand All @@ -100,7 +95,6 @@ chrtemplate alien_taman_heavy {
accuracy "40 50"
mind "50 85"
close "50 90"
heavy "50 90"
assault "50 90"
sniper "50 90"
explosive "50 90"
Expand All @@ -116,7 +110,6 @@ chrtemplate alien_ortnok {
accuracy "30 45"
mind "20 40"
close "50 90"
heavy "50 90"
assault "50 90"
sniper "50 90"
explosive "50 90"
Expand All @@ -132,7 +125,6 @@ chrtemplate alien_shevaar {
accuracy "40 70"
mind "30 60"
close "50 90"
heavy "50 90"
assault "50 90"
sniper "50 90"
explosive "50 90"
Expand All @@ -148,7 +140,6 @@ chrtemplate alien_blood {
accuracy "50 50"
mind "50 50"
close "50 50"
heavy "50 50"
assault "50 50"
sniper "50 50"
explosive "50 50"
Expand All @@ -164,7 +155,6 @@ chrtemplate alien_hovernet {
accuracy "50 50"
mind "50 50"
close "50 50"
heavy "50 50"
assault "50 50"
sniper "50 50"
explosive "50 50"
Expand All @@ -180,7 +170,6 @@ chrtemplate robot {
accuracy "50 50"
mind "0 0"
close "50 50"
heavy "50 50"
assault "50 50"
sniper "50 50"
explosive "50 50"
Expand All @@ -198,7 +187,6 @@ chrtemplate soldier_mp {
accuracy "20 75"
mind "30 75"
close "20 75"
heavy "20 75"
assault "20 75"
sniper "20 75"
explosive "50 50"
Expand Down

0 comments on commit 5c40d8d

Please sign in to comment.