Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Otowa Kotori
Tales of MajEyal
Commits
49dfb836
Commit
49dfb836
authored
14 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
azd
git-svn-id:
http://svn.net-core.org/repos/t-engine4@928
51575b47-30f0-44d4-a5cc-537603b46e54
parent
68e5dec0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/data/talents/spells/alchemy.lua
+4
-4
4 additions, 4 deletions
game/modules/tome/data/talents/spells/alchemy.lua
game/modules/tome/data/talents/spells/spells.lua
+7
-6
7 additions, 6 deletions
game/modules/tome/data/talents/spells/spells.lua
with
11 additions
and
10 deletions
game/modules/tome/data/talents/spells/alchemy.lua
+
4
−
4
View file @
49dfb836
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/talents/spells/spells.lua
+
7
−
6
View file @
49dfb836
...
...
@@ -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"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment