Zone Rouge work part 1
Added a new flag that is special to Zone Rouge, which gives less wanderer XP and doesent give the traveler trait.
This commit is contained in:
parent
80404571fc
commit
821cf5b44c
10 changed files with 238 additions and 1 deletions
11
common/scripted_effects/NEOW_travel_effects.txt
Normal file
11
common/scripted_effects/NEOW_travel_effects.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
add_poi_zone_rouge_effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_bp3_dlc_trigger = yes
|
||||
}
|
||||
poi_lifestyle_experience_effect = {
|
||||
LIFESTYLE = wanderer
|
||||
VALUE = travel_minor_lifestyle_xp
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue