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:
GoTouchSomeGrass314 2026-06-06 23:44:20 +02:00
parent 80404571fc
commit 821cf5b44c
10 changed files with 238 additions and 1 deletions

View 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
}
}
}