Skip to content

Commit

Permalink
Change: Make Lotus Earn XP When Hacking Vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored and xezon committed Jul 31, 2022
1 parent 024a94f commit 5d04fdc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17933,7 +17933,7 @@ Object Boss_InfantryBlackLotus
UnpackSound = BlackLotusUnpack
TriggerSound = BlackLotusTrigger
PrepSoundLoop = BlackLotusPrepLoop
AwardXPForTriggering = 0
AwardXPForTriggering = 5 ; Patch104p @balance 01/10/2021 Make ability grant XP.
;SkillPointsForTriggering = ??? -- Dustin, fill me out if you want different balance values.
End
Behavior = SpecialAbility ModuleTag_12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ Object ChinaInfantryBlackLotus
UnpackSound = BlackLotusUnpack
TriggerSound = BlackLotusTrigger
PrepSoundLoop = BlackLotusPrepLoop
AwardXPForTriggering = 0
AwardXPForTriggering = 5 ; Patch104p @balance 01/10/2021 Make ability grant XP.
;SkillPointsForTriggering = ??? -- Dustin, fill me out if you want different balance values.
End
Behavior = SpecialAbility ModuleTag_12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ Object Infa_ChinaInfantryBlackLotus
UnpackSound = BlackLotusUnpack
TriggerSound = BlackLotusTrigger
PrepSoundLoop = BlackLotusPrepLoop
AwardXPForTriggering = 0
AwardXPForTriggering = 5 ; Patch104p @balance 01/10/2021 Make ability grant XP.
;SkillPointsForTriggering = ??? -- Dustin, fill me out if you want different balance values.
End
Behavior = SpecialAbility ModuleTag_12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ Object Nuke_ChinaInfantryBlackLotus
UnpackSound = BlackLotusUnpack
TriggerSound = BlackLotusTrigger
PrepSoundLoop = BlackLotusPrepLoop
AwardXPForTriggering = 0
AwardXPForTriggering = 5 ; Patch104p @balance 01/10/2021 Make ability grant XP.
;SkillPointsForTriggering = ??? -- Dustin, fill me out if you want different balance values.
End
Behavior = SpecialAbility ModuleTag_12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ Object Tank_ChinaInfantryBlackLotus
UnpackSound = BlackLotusUnpack
TriggerSound = BlackLotusTrigger
PrepSoundLoop = BlackLotusPrepLoop
AwardXPForTriggering = 0
AwardXPForTriggering = 5 ; Patch104p @balance 01/10/2021 Make ability grant XP.
;SkillPointsForTriggering = ??? -- Dustin, fill me out if you want different balance values.
End
Behavior = SpecialAbility ModuleTag_12
Expand Down

0 comments on commit 5d04fdc

Please sign in to comment.