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 30, 2022
1 parent 4b38ea8 commit 623ac6f
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 @@ -17928,7 +17928,7 @@ Object Boss_InfantryBlackLotus
UnpackSound = BlackLotusUnpack
TriggerSound = BlackLotusTrigger
PrepSoundLoop = BlackLotusPrepLoop
AwardXPForTriggering = 0
AwardXPForTriggering = 20 ; 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 = 20 ; 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 = 20 ; 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 = 20 ; 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 = 20 ; 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 623ac6f

Please sign in to comment.