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 committed Oct 1, 2021
1 parent 99920ad commit 5b1149c
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 @@ -17862,7 +17862,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 @@ -746,7 +746,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 @@ -835,7 +835,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 @@ -2165,7 +2165,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 @@ -1896,7 +1896,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 5b1149c

Please sign in to comment.