N3OW/common/scripted_effects/NEOW_travel_effects.txt
GoTouchSomeGrass314 821cf5b44c 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.
2026-06-06 23:44:20 +02:00

11 lines
No EOL
193 B
Text

add_poi_zone_rouge_effect = {
if = {
limit = {
has_bp3_dlc_trigger = yes
}
poi_lifestyle_experience_effect = {
LIFESTYLE = wanderer
VALUE = travel_minor_lifestyle_xp
}
}
}