Skip to content
Snippets Groups Projects
Commit 49dfb836 authored by dg's avatar dg
Browse files

azd

git-svn-id: http://svn.net-core.org/repos/t-engine4@928 51575b47-30f0-44d4-a5cc-537603b46e54
parent 68e5dec0
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
newTalent{
name = "Throw Bomb",
type = {"spell/alchemy", 1},
type = {"spell/explosives", 1},
require = spells_req1,
points = 5,
mana = 5,
......@@ -115,7 +115,7 @@ newTalent{
newTalent{
name = "Explosion Expert",
type = {"spell/alchemy", 2},
type = {"spell/explosives", 2},
require = spells_req2,
mode = "passive",
points = 5,
......@@ -126,7 +126,7 @@ newTalent{
newTalent{
name = "Alchemist Protection",
type = {"spell/alchemy", 3},
type = {"spell/explosives", 3},
require = spells_req3,
mode = "passive",
points = 5,
......@@ -150,7 +150,7 @@ newTalent{
newTalent{
name = "Stone Touch",
type = {"spell/alchemy",4},
type = {"spell/explosives",4},
require = spells_req4,
points = 5,
mana = 80,
......
......@@ -39,14 +39,14 @@ newTalentType{ type="spell/phantasm", name = "phantasm", description = "Control
newTalentType{ type="spell/enhancement", name = "enhancement", description = "Magical enhancement of your body." }
-- Alchemist spells
newTalentType{ type="spell/alchemy", name = "alchemy", description = "Manipulate gems to turn them into explosive magical bombs." }
newTalentType{ type="spell/explosives", name = "explosive admixtures", description = "Manipulate gems to turn them into explosive magical bombs." }
newTalentType{ type="spell/infusion", name = "infusion", description = "Infusion your gem bombs with the powers of the elements." }
newTalentType{ type="spell/golemancy-base", name = "golemancy", hide = true, description = "Learn to craft and upgrade your golem." }
newTalentType{ type="spell/golemancy", name = "golemancy", description = "Learn to craft and upgrade your golem." }
newTalentType{ type="spell/advanced-golemancy", name = "advanced-golemancy", description = "Advanced golem operations." }
newTalentType{ type="spell/gemology-base", name = "gemology", hide = true, description = "Manipulate gems, imbue their powers into other objects." }
newTalentType{ type="spell/gemology", name = "gemology", generic = true, description = "Manipulate gems, imbue their powers into other objects." }
newTalentType{ type="spell/herbalism", name = "herbalism", generic = true, description = "Herbs lore." }
newTalentType{ type="spell/fire-alchemy", name = "fire alchemy", description = "Alchemical control over fire.é" }
newTalentType{ type="spell/stone-alchemy-base", name = "stone alchemy", hide = true, description = "Manipulate gems, imbue their powers into other objects." }
newTalentType{ type="spell/stone-alchemy", name = "stone alchemy", generic = true, description = "Alchemical control over stone and gems." }
newTalentType{ type="spell/staff-combat", name = "staff combat", generic = true, description = "Harness the power of magical staves." }
-- Generic requires for spells based on talent level
......@@ -87,9 +87,10 @@ load("/data/talents/spells/temporal.lua")
load("/data/talents/spells/phantasm.lua")
load("/data/talents/spells/enhancement.lua")
load("/data/talents/spells/alchemy.lua")
load("/data/talents/spells/explosives.lua")
load("/data/talents/spells/infusion.lua")
load("/data/talents/spells/golemancy.lua")
load("/data/talents/spells/advanced-golemancy.lua")
load("/data/talents/spells/staff-combat.lua")
load("/data/talents/spells/gemology.lua")
load("/data/talents/spells/fire-alchemy.lua")
load("/data/talents/spells/stone-alchemy.lua")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment