Total War: ATTILA

Total War: ATTILA

Supply System With MAGA!
Showing 1-2 of 2 entries
Update: 23 Apr, 2020 @ 3:19pm

Stance_effects
stance_effects = {
["MILITARY_FORCE_REGIONAL_STANCE_TYPE_OWN"] = 1,
["MILITARY_FORCE_REGIONAL_STANCE_TYPE_FOREIGN"] = -3,
["MILITARY_FORCE_REGIONAL_STANCE_TYPE_SEA"] = -2,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_AMBUSH"] = 3,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_ASSEMBLE_FLEET"] = 1,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_DEFAULT"] = 0,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_DOUBLE_TIME"] = -2,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_LAND_RAID"] = 7,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_MARCH"] = -2,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_MUSTER"] = 2,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_PATROL"] = 4,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_SEA_RAID"] = 8,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_SETTLE"] = 8,
["MILITARY_FORCE_ACTIVE_STANCE_TYPE_SET_CAMP"] = 5,
["MILITARY_FORCE_SITUATIONAL_STANCE_TYPE_BLOCKADE"] = 3,
["MILITARY_FORCE_SITUATIONAL_STANCE_TYPE_DOCK"] = 8,
["MILITARY_FORCE_SITUATIONAL_STANCE_TYPE_GARRISON"] = 7,
["MILITARY_FORCE_SITUATIONAL_STANCE_TYPE_LAY_SIEGE"] = 3,
["MILITARY_FORCE_SITUATIONAL_STANCE_TYPE_UNDER_SIEGE"] = -8,
["MILITARY_FORCE_SITUATIONAL_STANCE_TYPE_NONE"] = 0
Nomads have trouble with supplies so they have been given an extra boost above.
Battle_effects
Reduced the damage done by losses. Testing shows that it basically is devastating even for a close-defeat.
["siege_victory"] = "refill",
["heroic_victory"] = 8,
["decisive_victory"] = 6,
["close_victory"] = 3,
["pyrrhic_victory"] = 2,
["valiant_defeat"] = -6,
["close_defeat"] = -8,
["decisive_defeat"] = -10,
["crushing_defeat"] = -12

Update: 10 Apr, 2020 @ 9:46pm