GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Translation Bug

tiegars opened this issue · 1 comments

commented

The Shield Slam will not be translated into the other language.
Ardent Defender and Guardian of Ancient Kings will not be translated into the other language.

Sequences['SKSTA'] = {
author="Tiegars",
specID=73,
helpTxt = "Talents: 1223212",
lang="deDE",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [mod:shift] Steingestalt
]],
"/castsequence Verwüsten, ",
"/castsequence Shield Slam, ",
"/castsequence Rache, ",
"/castsequence Zähne zusammenbeißen, ",
"/castsequence Fokussierte Wut, ",
"/castsequence [combat] Donnerknall, Schildblock, ",
"/castsequence [combat] Schockwelle, ",
"/castsequence Shield Slam, ",
"/cast Siegesrausch",
PostMacro=[[
/cast [combat] Demoralisierender Ruf
/cast [combat] Kampfschrei
]],
}

Sequences['ProtAoE'] = {
author="Tiegars",
specID=66,
helpTxt = "Talents: 2332223",
icon=236264,
lang="deDE",
PreMacro=[[
/targetenemy [noharm][dead]
]],
"/cast Schild des Rächers",
"/cast Richturteil",
"/cast Gesegneter Hammer",
"/cast Schild der Rechtschaffenen",
"/cast Weihe",
"/cast Licht des Beschützers",
"/cast Richturteil",
"/cast Gesegneter Hammer",
"/cast Schild der Rechtschaffenen",
PostMacro=[[
/castsequence [mod:shift] Zornige Vergeltung, Ardent Defender, Guardian of Ancient Kings,
]],
}

commented

This is a duplicate of #47