Difference between revisions of "Template:TalentReq"
From Tales of Maj'Eyal
(→Mapping) |
|||
Line 30: | Line 30: | ||
|- | |- | ||
| Racial || RacialReq || Races.lua | | Racial || RacialReq || Races.lua | ||
− | |- | + | |- |
+ | | Steamtech ||SteamReq, SteamReqHigh, StrSteamReq, StrSteamrReqHigh, DexSteamReq, DexSteamReqHigh || Steam.lua (Embers of Rage) | ||
+ | |- | ||
|} | |} | ||
Revision as of 17:27, 1 March 2016
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 | Celestial.lua |
Chronomancy | ChronoReq, ChronoReqHigh, TemporalReq | Chronomancer.lua |
Corruption | CorrsReq, CorrsStrReq | Corruptions.lua |
Cunning | CunsReq, CunsReqHigh | Cunning.lua |
Cursed | CursedLevReq, CursedStrReq, CursedWilReq | Cursed.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) |