@@ -447,6 +447,9 @@ skills["AncestralWarriorTotemPlayer"] = {
447447 totem = true,
448448 attack = true,
449449 },
450+ baseMods = {
451+ mod("GloryGeneration", "INC", 40, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
452+ },
450453 constantStats = {
451454 { "base_totem_duration", 8000 },
452455 { "base_totem_range", 60 },
@@ -955,6 +958,12 @@ skills["ArtilleryBallistaPlayer"] = {
955958 totem = true,
956959 duration = true,
957960 },
961+ baseMods = {
962+ mod("Speed", "INC", 20, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
963+ mod("WarcrySpeed", "INC", 20, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
964+ mod("TotemPlacementSpeed", "INC", 20, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
965+ mod("ReloadingSpeed", "INC", 20, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
966+ },
958967 constantStats = {
959968 { "base_totem_range", 80 },
960969 { "base_totem_duration", 12000 },
@@ -13779,6 +13788,9 @@ skills["MetaMortarCannonPlayer"] = {
1377913788 totem = true,
1378013789 attack = true,
1378113790 },
13791+ baseMods = {
13792+ mod("DamageGainAsFire", "BASE", 25, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
13793+ },
1378213794 constantStats = {
1378313795 { "base_totem_duration", 8000 },
1378413796 { "base_totem_range", 120 },
@@ -16758,6 +16770,9 @@ skills["ShockwaveTotemPlayer"] = {
1675816770 baseFlags = {
1675916771 totem = true,
1676016772 },
16773+ baseMods = {
16774+ mod("AreaOfEffect", "INC", 30, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
16775+ },
1676116776 constantStats = {
1676216777 { "base_totem_duration", 12000 },
1676316778 { "base_totem_range", 80 },
@@ -17076,6 +17091,9 @@ skills["SiegeBallistaPlayer"] = {
1707617091 baseFlags = {
1707717092 totem = true,
1707817093 },
17094+ baseMods = {
17095+ mod("Damage", "MORE", 25, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}, { type = "ActorCondition", actor = "enemy", var = "Immobilised" }),
17096+ },
1707917097 constantStats = {
1708017098 { "base_totem_range", 80 },
1708117099 { "base_totem_duration", 8000 },
@@ -17401,6 +17419,9 @@ skills["SummonMetaTotemSpellTotemPlayer"] = {
1740117419 statDescriptionScope = "summon_meta_totem_spell",
1740217420 baseFlags = {
1740317421 },
17422+ baseMods = {
17423+ mod("CritChance", "INC", 50, nil, nil, { type = "GlobalEffect", effectType = "Aura" }, { type = "Condition", var = "StrategicEmbankments"}),
17424+ },
1740417425 constantStats = {
1740517426 { "base_totem_duration", 8000 },
1740617427 { "base_totem_range", 80 },
0 commit comments