Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Data/Skills/act_int.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ skills["ArchmagePlayer"] = {
statDescriptionScope = "archmage",
statMap = {
["archmage_max_mana_permyriad_to_add_to_non_channelled_spell_mana_cost"] = {
mod("ManaCost", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "SkillType", skillType = SkillType.Channel, neg = true }, { type = "SkillType", skillType = SkillType.Spell }, { type = "PercentStat", stat = "Mana", percent = 1 }),
mod("ManaCostNoMult", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "SkillType", skillType = SkillType.Channel, neg = true }, { type = "SkillType", skillType = SkillType.Spell }, { type = "PercentStat", stat = "Mana", percent = 1 }),
div = 100,
},
["archmage_all_damage_%_to_gain_as_lightning_to_grant_to_non_channelling_spells_per_100_max_mana"] = {
Expand Down
2 changes: 1 addition & 1 deletion src/Export/Skills/act_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#flags
statMap = {
["archmage_max_mana_permyriad_to_add_to_non_channelled_spell_mana_cost"] = {
mod("ManaCost", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "SkillType", skillType = SkillType.Channel, neg = true }, { type = "SkillType", skillType = SkillType.Spell }, { type = "PercentStat", stat = "Mana", percent = 1 }),
mod("ManaCostNoMult", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "SkillType", skillType = SkillType.Channel, neg = true }, { type = "SkillType", skillType = SkillType.Spell }, { type = "PercentStat", stat = "Mana", percent = 1 }),
div = 100,
},
["archmage_all_damage_%_to_gain_as_lightning_to_grant_to_non_channelling_spells_per_100_max_mana"] = {
Expand Down Expand Up @@ -111,16 +111,16 @@
#mods
#skillEnd

#skill BonestormPlayer

Check warning on line 114 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Bonestorm)
#startSets
#set BonestormPlayer

Check warning on line 116 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Bonestorm)
#flags spell duration
statMap = {
["bone_spear_minimum_added_attack_physical_damage_taken"] = {
mod("SelfPhysicalMin", "BASE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Bonestorm", effectCond = "BonestormAddedDamage" }),

Check warning on line 120 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Bonestorm)

Check warning on line 120 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Bonestorm)
},
["bone_spear_maximum_added_attack_physical_damage_taken"] = {
mod("SelfPhysicalMax", "BASE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Bonestorm", effectCond = "BonestormAddedDamage" }),

Check warning on line 123 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Bonestorm)
},
},
#mods
Expand Down Expand Up @@ -221,9 +221,9 @@
#skillEnd

#from item
#skill WeaponGrantedChaosboltPlayer

Check warning on line 224 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Chaosbolt)
#startSets
#set WeaponGrantedChaosboltPlayer

Check warning on line 226 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Chaosbolt)
#flags spell projectile
#mods
#skillEnd
Expand Down Expand Up @@ -425,12 +425,12 @@
#skillEnd

#from item
#skill FireboltPlayer

Check warning on line 428 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Firebolt)
#startSets
#set FireboltPlayer

Check warning on line 430 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Firebolt)
#flags spell projectile
#mods
#set FireboltExplosionPlayer

Check warning on line 433 in src/Export/Skills/act_int.txt

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (Firebolt)
#flags spell area
#mods
#skillEnd
Expand Down
Loading