Skip to content

Commit

Permalink
Gondor faction strength rebalance:
Browse files Browse the repository at this point in the history
- balanced SE theater starting strengths, strength incomes, party templates, garrisons and garrison reinforcements to make Gondor hold out longer and be more active in the beginning, but eventually collapse
- reintroduced Kham's changes to small parties limits and spawn probabilites
- Gondor gets more hosts
- fac_str_weak = 2500 ; fac_str_ok = 3500; for a more active campaign
- moved Henneth Annun a bit closer to Cair Andros (fits lore and makes Gondor's AI a bit more focused)
- move Khand Camp and Harad Camp closer towards Gondor when the war starts.
- freeze faction strengths until the war starts
  • Loading branch information
In-Vain committed Sep 20, 2017
1 parent 253733f commit 6a8f8ae
Show file tree
Hide file tree
Showing 21 changed files with 151 additions and 133 deletions.
117 changes: 59 additions & 58 deletions ModuleSystem/module_constants.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ModuleSystem/module_parties.py
Expand Up @@ -70,7 +70,7 @@
("town_erech" ,"Erech", icon_castle_gondor_small|pf_tld_down, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,( 28.17, 9.34),[],170),
("town_pinnath_gelin" ,"Pinnath_Gelin",icon_gondortown |pf_tld_down, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,( 50.82, 30.82),[],170),
("town_west_osgiliath","West_Osgiliath",icon_west_osgilliath |pf_tld_down, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,(-58.19, 20.5 ),[],0),
("town_henneth_annun" ,"Henneth_Annun",icon_henneth_annun|pf_is_static|pf_show_faction, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,(-63.81,-14.05),[],170),
("town_henneth_annun" ,"Henneth_Annun",icon_henneth_annun|pf_is_static|pf_show_faction, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,(-62.89,-2.83),[],170),
("town_cair_andros" ,"Cair_Andros", icon_cairandros |pf_tld_down, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,(-56.48, 3.55),[],170),
("town_calembel" ,"Calembel", icon_gondortown |pf_tld_down, no_menu, pt_none, fac_gondor,0,ai_bhvr_hold,0,( -2.16, 30.86),[],50),
# Rohan towns
Expand Down
28 changes: 14 additions & 14 deletions ModuleSystem/module_party_templates.py

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions ModuleSystem/module_scripts.py
Expand Up @@ -1696,12 +1696,12 @@ def set_item_score():
(assign, ":garrison_strength", 13),
(try_begin),
(party_slot_eq, ":center_no", slot_party_type, spt_town),
(assign, ":garrison_strength", 40), #InVain, was 20, increased this to initially counter lowered reinforcement rate for towns.
(assign, ":garrison_strength", 50), #InVain, was 20, increased this to initially counter lowered reinforcement rate for towns.
(try_end),
(try_begin), # TLD: capitals get more
(store_faction_of_party, ":center_faction", ":center_no"),
(faction_slot_eq, ":center_faction", slot_faction_capital, ":center_no"),
(assign, ":garrison_strength", 30),
(assign, ":garrison_strength", 40),
(try_end),
(party_get_slot, ":garrison_limit", ":center_no", slot_center_garrison_limit),
(try_for_range, ":unused", 0, ":garrison_strength"),
Expand Down Expand Up @@ -2503,7 +2503,7 @@ def set_item_score():
(call_script, "script_give_center_to_faction", ":root_defeated_party", ":winner_faction"),
(call_script, "script_order_best_besieger_party_to_guard_center", ":root_defeated_party", ":winner_faction"),
# add a small garrison
(try_for_range, ":unused", 0, 5),
(try_for_range, ":unused", 0, 10), #InVain: higher, to counter lowered reinforcement rate. Was 5
(call_script, "script_cf_reinforce_party", ":root_defeated_party"),
(try_end),
(try_end),
Expand Down Expand Up @@ -4810,9 +4810,13 @@ def set_item_score():
# (eq,":s0",":s"),
# (val_sub, ":strength",":party_value"), # lesser parties dying can't shift faction strength through threshold
# (try_end),
(try_begin),
(ge, "$tld_war_began", 1), #Invain: no faction strength changes before war starts
(faction_set_slot,":faction",slot_faction_strength_tmp,":strength"), # new strength stored in tmp slot to be processed in a trigger every 2h
(try_end),
# add half victory points to the winner faction
(try_begin),
(ge, "$tld_war_began", 1), #Invain: no faction strength changes before war starts
(neq, "$tld_option_regen_rate", 3), #None - no regen, even from battles
(is_between, ":winner_faction", kingdoms_begin, kingdoms_end),
(faction_get_slot,":winner_strength",":winner_faction",slot_faction_strength_tmp),
Expand Down
3 changes: 2 additions & 1 deletion ModuleSystem/module_scripts_ai.py
Expand Up @@ -2331,7 +2331,8 @@
(faction_get_slot, ":hosts", ":troop_faction_no", slot_faction_hosts),
(faction_get_slot, ":strength", ":troop_faction_no", slot_faction_strength),
(try_begin), ## Kham - Lets give Gondor more Hosts - Let's hide it in a menu for testing
(eq, "$gondor_ai_testing", 1),
#(eq, "$gondor_ai_testing", 1),
(eq, ":faction_no", "fac_gondor"),
(val_div, ":strength", 700),
(display_message, "@Gondor AI Tweaks - Give more hosts"),
(else_try),
Expand Down
8 changes: 4 additions & 4 deletions ModuleSystem/module_simple_triggers.py
Expand Up @@ -245,11 +245,11 @@
#TLD: above replaced by this
(party_get_slot, ":garrison_limit", ":center_no", slot_center_garrison_limit),
(party_get_num_companions, ":garrison_size", ":center_no"),
(gt, ":garrison_limit", ":garrison_size"),

(store_random_in_range, ":chance", 0, 100), #InVain Reduce reinforcements for centers
(try_begin),
(lt, ":chance", 40),
(gt, ":garrison_limit", ":garrison_size"),
(lt, ":chance", 30),
(call_script, "script_cf_reinforce_party", ":center_no"),
(try_end),
# (val_sub, ":cur_wealth", reinforcement_cost),
Expand Down Expand Up @@ -462,14 +462,14 @@
(party_slot_eq, ":center_no", slot_center_is_besieged_by, -1), #center not under siege
(party_get_slot, ":strength_income", ":center_no", slot_center_strength_income),
(try_begin), #no income
(this_or_next|eq, "$tld_war_began", 0), #InVain: No incaome before the war starts
(this_or_next|eq, "$tld_option_regen_rate", 2), #Battles only
(eq, "$tld_option_regen_rate", 3), #None
(assign, ":strength_income", 0),
(else_try), #halved income
(this_or_next|eq, "$tld_war_began", 0),
(this_or_next|eq, "$tld_option_regen_rate", 1),
(le, ":strength", "$tld_option_regen_limit"), #Kham - Let weak factions regen with half income
(val_div, ":strength_income", 2), #halve income before the War
(val_div, ":strength_income", 2),
(store_mod, ":to_sub_for_rounding", ":strength_income", 5),
(val_sub, ":strength_income", ":to_sub_for_rounding"), #keep it in increments of 5
(try_end),
Expand Down
12 changes: 12 additions & 0 deletions ModuleSystem/module_triggers.py
Expand Up @@ -1096,6 +1096,18 @@
(position_set_y,pos1,-435),

(party_set_position, "p_town_dunland_camp", pos1),

(set_fixed_point_multiplier, 10),
(position_set_x,pos1,-542),
(position_set_y,pos1,-130),

(party_set_position, "p_town_khand_camp", pos1),

(set_fixed_point_multiplier, 10),
(position_set_x,pos1,-480),
(position_set_y,pos1, 600),

(party_set_position, "p_town_harad_camp", pos1),

# reveal evil camps through the land
(try_for_range,":center",centers_begin,centers_end),
Expand Down
2 changes: 1 addition & 1 deletion _wb/conversation.txt
Expand Up @@ -416,7 +416,7 @@ dlga_marshall_ask:lord_pretalk.2 4095 223 3 31 2 144115188075856511 0 214748421
dlga_marshall_ask:lord_pretalk.3 4095 223 2 2147484190 3 144115188075855893 4 0 2147484190 3 144115188075855893 4 1 We_are_on_a_campaign,_{playername},_your_advice_would_have_to_wait. 146 0
dlga_marshall_ask:marshall_suggest 4095 223 0 I'm_listening,_{playername}._What_do_you_suggest? 224 0
dlga_marshall_suggest:player_siege_ask 69631 224 6 4 0 31 2 144115188075856280 1 2320 2 4 1585267068834415801 5 0 2320 2 4 1585267068834415802 3 0 {s4} 225 0
dlga_marshall_suggest:marshall_answer 77823 224 22 50 1 1224979098644774912 132 1 1224979098644774912 541 3 1224979098644774912 260 0 541 3 1224979098644774912 0 3 541 3 1224979098644774912 54 -1 2204 2 1224979098644774913 1224979098644774912 2190 3 1224979098644774914 1224979098644774913 144115188075855893 2147483678 2 1224979098644774914 0 522 3 1224979098644774915 144115188075855893 160 541 3 1224979098644774912 259 1224979098644774915 521 3 1224979098644774916 1224979098644774912 261 2147483679 2 1224979098644774916 4 522 3 1224979098644774917 1224979098644774913 150 1073741855 2 144115188075856511 2 1073741855 2 1224979098644774916 1 2147483678 2 1224979098644774917 144115188075856506 2121 3 1224979098644774918 144115188075856506 1000 1073741855 2 144115188075856511 2 3221225502 2 1224979098644774917 1224979098644774918 1073741855 2 1224979098644774916 1 2147483679 2 1224979098644774916 3 2330 2 1 1224979098644774912 We_should_ride_to_besiege_{s1}_at_once. 226 1 50 1 144115188075855920
dlga_marshall_suggest:marshall_answer 77823 224 22 50 1 1224979098644774912 132 1 1224979098644774912 541 3 1224979098644774912 260 0 541 3 1224979098644774912 0 3 541 3 1224979098644774912 54 -1 2204 2 1224979098644774913 1224979098644774912 2190 3 1224979098644774914 1224979098644774913 144115188075855893 2147483678 2 1224979098644774914 0 522 3 1224979098644774915 144115188075855893 160 541 3 1224979098644774912 259 1224979098644774915 521 3 1224979098644774916 1224979098644774912 261 2147483679 2 1224979098644774916 4 522 3 1224979098644774917 1224979098644774913 150 1073741855 2 144115188075856511 2 1073741855 2 1224979098644774916 1 2147483678 2 1224979098644774917 144115188075856506 2121 3 1224979098644774918 144115188075856506 1500 1073741855 2 144115188075856511 2 3221225502 2 1224979098644774917 1224979098644774918 1073741855 2 1224979098644774916 1 2147483679 2 1224979098644774916 3 2330 2 1 1224979098644774912 We_should_ride_to_besiege_{s1}_at_once. 226 1 50 1 144115188075855920
dlga_marshall_suggest:lord_pretalk 69631 224 0 Never_mind,_I_trust_your_judgement. 146 0
dlga_player_siege_ask:player_siege_discuss 4095 225 9 4 0 31 2 144115188075856280 1 2320 2 4 1585267068834415803 5 0 2147484190 3 144115188075855993 158 0 2320 2 4 1585267068834415804 5 0 2320 2 4 1585267068834415805 3 0 {s4} 227 0
dlga_player_siege_discuss:player_siege_discuss_1 69631 227 0 I_am_listening,_my_Lord. 228 0
Expand Down
2 changes: 1 addition & 1 deletion _wb/parties.txt
Expand Up @@ -56,7 +56,7 @@ partiesfile version 1
2.96705967778
1 27 27 p_town_west_osgiliath West_Osgiliath 4220058 0 0 3 0 0 0 0 0 -58.19 20.5 -58.19 20.5 -58.19 20.5 0 0
0
1 28 28 p_town_henneth_annun Henneth_Annun 4195490 0 0 3 0 0 0 0 0 -63.81 -14.05 -63.81 -14.05 -63.81 -14.05 0 0
1 28 28 p_town_henneth_annun Henneth_Annun 4195490 0 0 3 0 0 0 0 0 -62.89 -2.83 -62.89 -2.83 -62.89 -2.83 0 0
2.96705967778
1 29 29 p_town_cair_andros Cair_Andros 4220050 0 0 3 0 0 0 0 0 -56.48 3.55 -56.48 3.55 -56.48 3.55 0 0
2.96705967778
Expand Down
26 changes: 13 additions & 13 deletions _wb/party_templates.txt
Expand Up @@ -29,12 +29,12 @@ pt_spy_evil Lone_Rider 844424930459722 0 26 7 851 1 1 0 -1 -1 -1 -1 -1
pt_sacrificed_messenger Sacrificed_Messenger 844424930459722 0 26 7 -1 -1 -1 -1 -1 -1
pt_gandalf Lone_Rider 2425080 0 26 7 859 1 1 0 -1 -1 -1 -1 -1
pt_nazgul Lone_Rider 2425081 0 26 7 860 1 1 0 -1 -1 -1 -1 -1
pt_gondor_scouts Gondorian_Scouts 281474980905063 0 3 183 111 1 1 0 116 3 7 0 102 3 7 0 -1 -1 -1
pt_gondor_scouts Gondorian_Scouts 281474980905063 0 3 183 111 1 1 0 116 3 5 0 102 3 5 0 -1 -1 -1
pt_blackroot_auxila Blackroot_Auxilia 281474980905067 0 3 183 153 1 1 0 152 0 3 0 151 4 7 0 -1 -1 -1
pt_lamedon_auxila Lamedon_Auxilia 281474980905064 0 3 183 141 1 1 0 140 1 5 0 139 4 8 0 -1 -1 -1
pt_lossarnach_auxila Lossarnach_Auxilia 281474980905066 0 3 183 128 1 1 0 127 0 3 0 126 2 6 0 125 4 10 0 -1 -1
pt_lossarnach_auxila Lossarnach_Auxilia 281474980905066 0 3 183 128 1 1 0 127 0 3 0 126 2 4 0 125 4 8 0 -1 -1
pt_pinnath_gelin_auxila Pinnath_Gelin_Auxilia 281474980905065 0 3 183 148 1 3 0 146 1 2 0 145 3 6 0 -1 -1 -1
pt_ranger_scouts Ranger_Scouts 4194411 0 3 183 122 1 3 0 121 3 6 0 -1 -1 -1 -1
pt_ranger_scouts Ranger_Scouts 4194411 0 3 183 122 1 2 0 121 2 5 0 -1 -1 -1 -1
pt_rohan_scouts Rohirrim_Scouts 281474980905072 0 5 183 232 1 1 0 231 1 4 0 230 3 5 0 -1 -1 -1
pt_lorien_scouts Lothlorien_Scouts 281474980905074 0 8 183 177 1 2 0 165 3 6 0 164 3 6 0 -1 -1 -1
pt_woodelf_scouts Mirkwood_Elven_Scouts 281474980905076 0 10 183 185 1 1 0 182 2 6 0 181 4 8 0 -1 -1 -1
Expand All @@ -50,8 +50,8 @@ pt_isengard_scouts Isengard_Scouts 281474980905082 0 7 183 334 1 1 0 333 2 6 0 3
pt_isengard_scouts_warg Isengard_Warg_Riders 281474980905084 0 7 183 322 1 1 0 321 3 6 0 320 3 6 0 -1 -1 -1
pt_harad_scouts Haradrim_Scouts 281474980905059 0 12 183 261 1 1 0 260 1 4 0 256 4 8 0 -1 -1 -1
pt_dunland_scouts Dunlending_Scouts 281474980905055 0 19 183 271 5 10 0 -1 -1 -1 -1 -1
pt_umbar_scouts Corsair_Scouts 281474980905062 0 15 183 299 1 1 0 302 2 4 0 301 3 7 0 -1 -1 -1
pt_khand_scouts Easterling_Scouts 281474980905058 0 15 183 293 1 1 0 283 2 4 0 282 3 6 0 -1 -1 -1
pt_umbar_scouts Corsair_Scouts 281474980905062 0 15 183 299 1 2 0 302 2 4 0 301 3 8 0 -1 -1 -1
pt_khand_scouts Easterling_Scouts 281474980905058 0 15 183 293 1 3 0 283 2 4 0 282 3 6 0 -1 -1 -1
pt_moria_scouts Moria_Scouts 281474980905081 0 16 183 373 1 1 0 372 2 5 0 371 3 6 0 -1 -1 -1
pt_guldur_scouts Dol_Guldur_Scouts 281474980905081 0 17 183 357 3 4 0 356 8 12 0 -1 -1 -1 -1
pt_gundabad_scouts Gundabad_Scouts 281474980905084 0 18 183 391 1 2 0 390 3 6 0 389 6 10 0 -1 -1 -1
Expand All @@ -63,7 +63,7 @@ pt_lorien_raiders Lothlorien_Foragers 562949957615730 0 8 238 177 1 1 0 166 7 16
pt_woodelf_raiders Mirkwood_Foragers 562949957615732 0 10 238 192 1 1 0 191 4 10 0 183 5 10 0 -1 -1 -1
pt_dale_raiders Dale_Foragers 562949957615690 0 11 238 62 1 1 0 59 4 10 0 48 4 10 0 49 4 12 0 -1 -1
pt_dwarf_raiders Dwarven_Foragers 562949957615729 0 4 238 89 1 1 0 84 4 12 0 91 5 15 0 -1 -1 -1
pt_ranger_raiders Ranger_Raiders 281474980905067 0 3 238 123 1 1 0 122 3 6 0 121 5 10 0 -1 -1 -1
pt_ranger_raiders Ranger_Raiders 281474980905067 0 3 238 123 1 3 0 122 5 8 0 121 5 10 0 -1 -1 -1
pt_morgul_raiders Morgul_Raiders 281474980905081 0 6 238 365 1 1 0 364 15 30 0 368 15 30 0 -1 -1 -1
pt_mordor_raiders Mordor_Raiders 281474980905081 0 6 238 361 1 1 0 359 13 26 0 368 13 26 0 -1 -1 -1
pt_isengard_raiders Isengard_Raiders 281474980905086 0 7 238 340 1 1 0 338 3 8 0 333 8 13 0 336 8 13 0 -1 -1
Expand All @@ -83,22 +83,22 @@ pt_woodelf_patrol Mirkwood_Patrol 562949957615732 0 10 238 186 1 1 0 185 3 6 0 1
pt_dale_patrol Dale_Patrol 562949957615690 0 11 238 62 1 1 0 55 4 8 0 58 3 8 0 57 4 10 0 51 6 12 0 48 6 12 0
pt_esgaroth_patrol Esgaroth_Patrol 562949957615723 0 11 238 62 1 1 0 52 6 10 0 57 4 10 0 51 10 15 0 49 6 12 0 -1
pt_dwarf_patrol Dwarven_Patrol 562949957615729 0 4 238 90 1 1 0 93 8 16 0 85 5 10 0 88 8 20 0 91 10 25 0 -1
pt_ranger_patrol Ranger_Patrol 4194411 0 3 238 124 1 1 0 123 4 8 0 122 6 12 0 121 8 20 0 -1 -1
pt_ranger_patrol Ranger_Patrol 4194411 0 3 238 124 1 1 0 123 5 9 0 122 8 14 0 121 8 25 0 -1 -1
pt_amroth_patrol Dol_Amroth_Patrol 562949957615724 0 3 238 163 1 1 0 162 2 6 0 160 6 14 0 159 8 20 0 158 16 30 0 -1
pt_pelargir_patrol Pelargir_Patrol 562949957615719 0 3 238 136 1 1 0 133 3 8 0 135 3 8 0 132 6 14 0 134 6 14 0 -1
pt_lossarnach_patrol Lossarnach_Patrol 562949957615722 0 3 238 130 1 1 0 129 3 8 0 128 4 10 0 117 8 20 0 126 8 20 0 -1
pt_brv_patrol Blackroot_Patrol 562949957615723 0 3 238 156 1 1 0 153 4 8 0 152 6 12 0 154 8 16 0 151 10 20 0 -1
pt_pinnath_patrol Pinnath_Patrol 562949957615721 0 3 238 150 1 1 0 149 3 6 0 147 3 6 0 148 6 16 0 146 8 20 0 -1
pt_lamedon_patrol Lamedon_Patrol 562949957615726 0 3 238 144 1 1 0 143 3 6 0 142 3 6 0 141 8 20 0 140 10 24 0 -1
pt_mordor_war_party Mordor_War_Party 844424934326353 0 6 238 351 1 2 0 346 10 22 0 345 16 36 0 359 20 40 0 368 40 60 0 354 0 3 0
pt_lamedon_patrol Lamedon_Patrol 562949957615726 0 3 238 144 1 1 0 143 6 14 0 142 3 6 0 141 8 20 0 140 10 24 0 -1
pt_mordor_war_party Mordor_War_Party 844424934326353 0 6 238 351 1 2 0 346 10 22 0 345 16 36 0 359 60 80 0 368 40 60 0 354 0 3 0
pt_isengard_war_party Isengard_War_Party 844424934326354 0 7 238 343 1 2 0 335 3 6 0 340 3 6 0 334 15 25 0 320 5 10 0 353 0 3 0
pt_harad_war_party Harad_War_Party 844424934326359 0 12 238 250 2 4 0 259 2 4 0 262 2 4 0 254 8 16 0 257 10 20 0 247 20 40 0
pt_dunland_war_party Dunlending_Warband 844424934326366 0 19 238 274 2 4 0 270 6 12 0 268 12 24 0 271 10 20 0 267 20 50 0 -1
pt_khand_war_party Variag_War_Party 844424934326361 0 14 238 281 2 4 0 285 2 4 0 280 5 10 0 279 8 16 0 282 10 20 0 278 20 40 0
pt_moria_war_party Moria_War_Party 844424934326363 0 16 238 377 5 10 0 379 10 20 0 376 12 24 0 375 15 30 0 374 20 50 0 352 1 2 0
pt_dale_war_party Dale_War_Party 844424934326346 0 11 238 48 8 13 0 54 8 20 0 52 8 16 0 51 5 20 0 57 10 25 0 59 4 15 0
pt_rhun_war_party Rhun_War_Party 844424934326360 0 13 238 80 2 4 0 79 5 10 0 70 8 16 0 67 8 16 0 72 12 24 0 64 18 36 0
pt_gondor_company Minas_Tirith_Patrol 1125899911037037 0 3 238 429 1 1 0 114 2 4 0 113 4 8 0 108 10 20 0 118 10 20 0 105 10 20 0
pt_gondor_company Minas_Tirith_Patrol 1125899911037037 0 3 238 429 1 1 0 114 2 4 0 113 8 16 0 108 10 20 0 118 10 20 0 105 10 20 0
pt_rohan_company Rohan_Company 112 0 5 238 241 25 25 0 232 25 25 0 225 25 25 0 242 12 12 0 233 12 12 0 412 1 1 0
pt_imladris_company Rivendell_Company 118 0 9 238 203 20 33 0 204 20 33 0 205 20 33 0 206 3 6 0 409 1 1 0 -1
pt_lorien_company Lothlorien_Company 115 0 8 238 173 30 30 0 174 30 30 0 177 30 30 0 178 5 5 0 175 5 5 0 405 1 1 0
Expand Down Expand Up @@ -134,8 +134,8 @@ pt_isengard_p_train Isengard_Prisoner_Train 562949957615744 0 7 14 321 4 6 0 316
pt_kingdom_hero_party War_Party 4259913 0 1 238 -1 -1 -1 -1 -1 -1
pt_gondor_reinf_d _ 0 0 1 0 115 1 2 0 119 2 4 0 109 1 2 0 106 1 2 0 -1 -1
pt_gondor_reinf_a _ 0 0 1 0 102 3 6 0 101 2 4 0 103 1 2 0 116 1 2 0 -1 -1
pt_gondor_reinf_b _ 0 0 1 0 116 3 5 0 103 1 2 0 102 1 2 0 110 0 1 0 -1 -1
pt_gondor_reinf_c _ 0 0 1 0 117 1 2 0 104 2 3 0 107 0 1 0 112 1 2 0 -1 -1
pt_gondor_reinf_b _ 0 0 1 0 116 2 4 0 103 2 4 0 102 1 2 0 110 0 1 0 -1 -1
pt_gondor_reinf_c _ 0 0 1 0 117 0 1 0 104 2 3 0 107 2 3 0 112 1 2 0 -1 -1
pt_pelargir_reinf_a _ 0 0 1 0 131 6 12 0 -1 -1 -1 -1 -1
pt_pelargir_reinf_b _ 0 0 1 0 132 1 2 0 134 1 2 0 131 3 6 0 -1 -1 -1
pt_pelargir_reinf_c _ 0 0 1 0 132 2 5 0 134 2 3 0 -1 -1 -1 -1
Expand Down Expand Up @@ -164,7 +164,7 @@ pt_isengard_reinf_a _ 0 0 1 0 336 3 6 0 314 5 10 0 -1 -1 -1 -1
pt_isengard_reinf_b _ 0 0 1 0 320 2 3 0 332 2 4 0 337 1 2 0 315 2 4 0 -1 -1
pt_isengard_reinf_c _ 0 0 1 0 321 1 2 0 338 1 2 0 341 1 2 0 316 1 2 0 318 1 2 0 -1
pt_mordor_reinf_a _ 0 0 1 0 344 3 6 0 358 5 10 0 -1 -1 -1 -1
pt_mordor_reinf_b _ 0 0 1 0 368 2 4 0 369 2 4 0 345 2 3 0 359 2 4 0 -1 -1
pt_mordor_reinf_b _ 0 0 1 0 368 1 3 0 369 1 3 0 345 2 3 0 359 4 8 0 -1 -1
pt_mordor_reinf_c _ 0 0 1 0 362 1 2 0 346 1 1 0 348 0 1 0 369 1 2 0 360 1 2 0 354 0 1 0
pt_harad_reinf_a _ 0 0 1 0 256 1 2 0 263 1 2 0 247 5 10 0 -1 -1 -1
pt_harad_reinf_b _ 0 0 1 0 260 1 2 0 253 2 4 0 248 1 2 0 263 1 2 0 -1 -1
Expand Down
10 changes: 5 additions & 5 deletions _wb/scripts.txt

Large diffs are not rendered by default.

0 comments on commit 6a8f8ae

Please sign in to comment.