Skip to content

Commit

Permalink
remove bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawastaken committed Jul 5, 2024
1 parent 8d373fe commit 06b4437
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions loc/en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"menu_show_of_force_beta_desc": "BASIC: ##$basic##\nYour steadiness is increased by ##$multibasic##.\nHigher steadiness reduces aimpunch.\n\nACE: ##$pro##\nIncreases the armor of all ballistic vests by ##$multipro2##.",
"menu_iron_man_beta": "Combat Courier",
"menu_iron_man_beta_desc": "BASIC: ##$basic##\nYou move ##$multibasic## faster when carrying bags.\n\nYou can now sprint with all bags.\n\nACE: ##$pro##\nMovement speed penalty from getting hit is reduced by ##$multipro##.",
"menu_prison_wife_beta_desc": "BASIC: ##$basic##\nW.I.P\n\nACE: ##$pro##\nW.I.P",
"menu_scavenging_beta_desc": "BASIC: ##$basic##\nYour ammo pick up range is increased by ##$multibasic##.\n\nNote: Doesn't stack with Gambler perk deck.\n\nACE: ##$pro##\nEvery ##6th## enemy you kill will drop an extra ammo box.",
"menu_bandoliers_beta_desc": "BASIC: ##$basic##\nThe heavier your armor, the more total ammo you get.\n\nThe total capacity increase scales up to ##$multibasic## with Improved Combined Tactical Vest.\n\nACE: ##$pro##\nYour total ammo capacity is increased by ##$multipro##.",

Expand Down
4 changes: 4 additions & 0 deletions lua/skilltreetweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ function SkillTreeTweakData:init(tweak_data)
self.skills.iron_man[2].upgrades = { "player_tagged_speed_mul" }
self.skills.iron_man.icon_xy = { 6, 0 }

-- Bullseye
self.skills.prison_wife[1].upgrades = {}
self.skills.prison_wife[2].upgrades = {}

-- Iron Man
self.skills.juggernaut[1].upgrades = { "player_shield_knock" }
self.skills.juggernaut[2].upgrades = { "body_armor6" }
Expand Down

0 comments on commit 06b4437

Please sign in to comment.