Skip to content
Snippets Groups Projects
Commit 1acb31d3 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@68 51575b47-30f0-44d4-a5cc-537603b46e54
parent 176c0e2b
No related branches found
No related tags found
No related merge requests found
-- Mana spells
newAbilityType{ type="spell/arcane", name = "arcane" }
newAbilityType{ type="spell/fire", name = "fire" }
newAbilityType{ type="spell/earth", name = "earth" }
newAbilityType{ type="spell/cold", name = "cold" }
newAbilityType{ type="spell/lightning", name = "lightning" }
newAbilityType{ type="spell/conveyance", name = "conveyance" }
newTalentType{ type="spell/arcane", name = "arcane" }
newTalentType{ type="spell/fire", name = "fire" }
newTalentType{ type="spell/earth", name = "earth" }
newTalentType{ type="spell/cold", name = "cold" }
newTalentType{ type="spell/lightning", name = "lightning" }
newTalentType{ type="spell/conveyance", name = "conveyance" }
newAbility{
newTalent{
name = "Manathrust",
type = "spell/arcane",
mana = 10,
......@@ -27,7 +27,7 @@ newAbility{
end,
}
newAbility{
newTalent{
name = "Fireflash",
type = "spell/fire",
mana = 45,
......@@ -48,7 +48,7 @@ newAbility{
end,
}
newAbility{
newTalent{
name = "Phase Door",
type = "spell/conveyance",
message = "@Source@ blinks.",
......
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