Difference between revisions of "Template:TalentReq"
From Tales of Maj'Eyal
(6 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
For example, [[Template:TalentReq/CunsReq1]] is the template for the level/stat requirement for the first tier of talents under the [[Cunning (category type)]] group. These templates are named after the actual variables inside the ToME code, and can be found under the tree/master/game/modules/tome/data/talents directory; eg /tree/master/game/modules/tome/data/talents/cunning/cunning.lua will list the variables for Cunning category type related skills. See [http://git.net-core.org/darkgod/t-engine4/tree/master/game/modules/tome/data/talents github] for more details. | For example, [[Template:TalentReq/CunsReq1]] is the template for the level/stat requirement for the first tier of talents under the [[Cunning (category type)]] group. These templates are named after the actual variables inside the ToME code, and can be found under the tree/master/game/modules/tome/data/talents directory; eg /tree/master/game/modules/tome/data/talents/cunning/cunning.lua will list the variables for Cunning category type related skills. See [http://git.net-core.org/darkgod/t-engine4/tree/master/game/modules/tome/data/talents github] for more details. | ||
+ | |||
+ | ==Mapping== | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Talent Category !! Templates Used !! File | ||
+ | |- | ||
+ | | Celestial || DiviReq, DiviReqHigh, DiviStrReqHigh || Celestial.lua | ||
+ | |- | ||
+ | | Chronomancy || ChronoReq, ChronoReqHigh, TemporalReq || Chronomancer.lua | ||
+ | |- | ||
+ | | Corruption || CorrsReq, CorrsStrReq || Corruptions.lua | ||
+ | |- | ||
+ | | Cunning || CunsReq, CunsReqHigh || Cunning.lua | ||
+ | |- | ||
+ | | Cursed || CursedLevReq, CursedStrReq, CursedWilReq, CursedMagReqHigh || Cursed.lua | ||
+ | |- | ||
+ | | Demented || DementedReq, DementedReqHigh || Demented.lua | ||
+ | |- | ||
+ | | Wild-Gift || GiftsReq, GiftsReqHigh || Gifts.lua, [[Stone Warden]] talents | ||
+ | |- | ||
+ | | Psionic || PsiWilReq, PsiWilReqHigh, PsiWil20, PsiCunReq, PsiCunReqHigh || Psionic.lua | ||
+ | |- | ||
+ | | Spells || SpellsReq, SpellsReqHigh || Spells.lua | ||
+ | |- | ||
+ | | Technique || TechsReq, TechsDexReq, TechsStrDexReq, TechsConReq, TechsCunReq || Techniques.lua | ||
+ | |- | ||
+ | | Undead || UndeadsReq || Undeads.lua | ||
+ | |- | ||
+ | | Racial || RacialReq || Races.lua | ||
+ | |- | ||
+ | | Steamtech ||SteamReq, SteamReqHigh, StrSteamReq, StrSteamrReqHigh, DexSteamReq, DexSteamReqHigh || Steam.lua (Embers of Rage) | ||
+ | |- | ||
+ | |} | ||
+ | |||
{{Special:PrefixIndex/Template:TalentReq/}} | {{Special:PrefixIndex/Template:TalentReq/}} | ||
+ | |||
+ | [[Category:Templates]] | ||
+ | |||
</noinclude> | </noinclude> |
Latest revision as of 00:30, 21 June 2025
This page is a top level holder (see the subpages listed below) for templates which hold the correct level/stat requirements for talents, grouped by class.
For example, Template:TalentReq/CunsReq1 is the template for the level/stat requirement for the first tier of talents under the Cunning (category type) group. These templates are named after the actual variables inside the ToME code, and can be found under the tree/master/game/modules/tome/data/talents directory; eg /tree/master/game/modules/tome/data/talents/cunning/cunning.lua will list the variables for Cunning category type related skills. See github for more details.
Mapping
Talent Category | Templates Used | File |
---|---|---|
Celestial | DiviReq, DiviReqHigh, DiviStrReqHigh | Celestial.lua |
Chronomancy | ChronoReq, ChronoReqHigh, TemporalReq | Chronomancer.lua |
Corruption | CorrsReq, CorrsStrReq | Corruptions.lua |
Cunning | CunsReq, CunsReqHigh | Cunning.lua |
Cursed | CursedLevReq, CursedStrReq, CursedWilReq, CursedMagReqHigh | Cursed.lua |
Demented | DementedReq, DementedReqHigh | Demented.lua |
Wild-Gift | GiftsReq, GiftsReqHigh | Gifts.lua, Stone Warden talents |
Psionic | PsiWilReq, PsiWilReqHigh, PsiWil20, PsiCunReq, PsiCunReqHigh | Psionic.lua |
Spells | SpellsReq, SpellsReqHigh | Spells.lua |
Technique | TechsReq, TechsDexReq, TechsStrDexReq, TechsConReq, TechsCunReq | Techniques.lua |
Undead | UndeadsReq | Undeads.lua |
Racial | RacialReq | Races.lua |
Steamtech | SteamReq, SteamReqHigh, StrSteamReq, StrSteamrReqHigh, DexSteamReq, DexSteamReqHigh | Steam.lua (Embers of Rage) |