diff --git a/lang/en.json b/lang/en.json index 74412b3..3d55a9d 100644 --- a/lang/en.json +++ b/lang/en.json @@ -257,6 +257,7 @@ "SVNSEA2E.SorceryHeka": "Heka", "SVNSEA2E.SorceryMelbur": "Melbur", "SVNSEA2E.SorceryRedTouch": "The Red Touch", + "SVNSEA2E.SorceryTurasTouch": "Tură's Touch", "SVNSEA2E.Juvenilia": "Juvenilia", "SVNSEA2E.MagnumOpus": "Magnum Opus", "SVNSEA2E.SorceryGaldr": "Galdr", diff --git a/module/config.js b/module/config.js index 4ea88a2..58c987d 100644 --- a/module/config.js +++ b/module/config.js @@ -139,6 +139,7 @@ SVNSEA2E.sorceryTypes = { alquimia: 'SVNSEA2E.SorceryAlquimia', galdr: 'SVNSEA2E.SorceryGaldr', darm: 'SVNSEA2E.SorceryDarMatushki', + tura: 'SVNSEA2E.SorceryTurasTouch', porte: 'SVNSEA2E.SorceryPorte', sanderis: 'SVNSEA2E.SorcerySanderis', sorte: 'SVNSEA2E.SorcerySorte', @@ -182,6 +183,7 @@ SVNSEA2E.sorceryCats = { script: 'SVNSEA2E.Script', talisman: 'SVNSEA2E.Talisman', tesse: 'SVNSEA2E.Tesse', + task: 'SVNSEA2E.Task', thiqa: 'SVNSEA2E.Thiqa', ti: 'SVNSEA2E.Ti', turrus: 'SVNSEA2E.Turrus',