Module:CryptogullJr/Codes: Difference between revisions

m
no edit summary
(split code stuff into own module)
 
mNo edit summary
Line 1: Line 1:
local p
local p = {}


     --[1 NAME, stats (2 STR, 3 AGI, 4 TUF, 5 INT, 6 WIL, 7 EGO),]--
     --[1 NAME, stats (2 STR, 3 AGI, 4 TUF, 5 INT, 6 WIL, 7 EGO),]--
     --[8 Skills, Resist(9 ACID, 10 ELEC, 11 COLD, 12 HEAT, 13 BLEED), 14 bonusstart]--
     --[8 Skills, Resist(9 ACID, 10 ELEC, 11 COLD, 12 HEAT, 13 BLEED), 14 bonusstart]--
    local caste = {
caste = {
         --[The Toxic Arboreta of Ekuemekiyye, the Holy City]
         --[The Toxic Arboreta of Ekuemekiyye, the Holy City]
         ['a'] = { "Horticulturist", 0, 0, 0, 3, 0, 0, "Harvestry, Axe Proficiency, Steady Hands, Draw a Bead, Wilderness Lore: Jungles", 0, 0, 0, 0, 2, "Start with a bio-scanning bracelet" },
         ['a'] = { "Horticulturist", 0, 0, 0, 3, 0, 0, "Harvestry, Axe Proficiency, Steady Hands, Draw a Bead, Wilderness Lore: Jungles", 0, 0, 0, 0, 2, "Start with a bio-scanning bracelet" },
Line 23: Line 23:
     --[NAME, stats (STR, AGI, TUF, INT, WIL, EGO),]--
     --[NAME, stats (STR, AGI, TUF, INT, WIL, EGO),]--
     --[Skills, Resist(ACID, ELEC, COLD, HEAT, BLEED), bonusstart]--
     --[Skills, Resist(ACID, ELEC, COLD, HEAT, BLEED), bonusstart]--
    local calling = {
calling = {
         ['a'] = { "Apostle", 0, 0, 0, 0, 0, 2, "Intimidate, Proselytize, Tactful", 0, 0, 0, 0, 0, "" },
         ['a'] = { "Apostle", 0, 0, 0, 0, 0, 2, "Intimidate, Proselytize, Tactful", 0, 0, 0, 0, 0, "" },
         ['b'] = { "Arconaut", 0, 2, 0, 0, 0, 0, "Short Blades Proficiency, Scavenger, Gadget Inspector, Spry", 0, 0, 0, 0, 0, "Start with random junk and artifacts" },
         ['b'] = { "Arconaut", 0, 2, 0, 0, 0, 0, "Short Blades Proficiency, Scavenger, Gadget Inspector, Spry", 0, 0, 0, 0, 0, "Start with random junk and artifacts" },
Line 38: Line 38:
     }
     }


local muts = {
muts = {
         ['aa'] = { "Chimera", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
         ['aa'] = { "Chimera", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
         ['ab'] = { "Esper", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
         ['ab'] = { "Esper", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },