Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
tome
Tales of MajEyal
Commits
01b6e485
Commit
01b6e485
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Torment ammo doesnt have wielder bonuses and instead gets combat bonuses
parent
6f43ddef
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/general/objects/egos/ammo.lua
+8
-6
8 additions, 6 deletions
game/modules/tome/data/general/objects/egos/ammo.lua
ideas/todo
+5
-0
5 additions, 0 deletions
ideas/todo
with
13 additions
and
6 deletions
game/modules/tome/data/general/objects/egos/ammo.lua
+
8
−
6
View file @
01b6e485
...
...
@@ -795,13 +795,15 @@ newEntity{
greater_ego
=
1
,
rarity
=
30
,
cost
=
30
,
wielder
=
{
resists_pen
=
{
[
DamageType
.
MIND
]
=
resolvers
.
mbonus_material
(
10
,
5
),
[
DamageType
.
DARKNESS
]
=
resolvers
.
mbonus_material
(
10
,
5
),
},
},
combat
=
{
ranged_project
=
{
[
DamageType
.
MIND
]
=
resolvers
.
mbonus_material
(
15
,
5
),
[
DamageType
.
DARKNESS
]
=
resolvers
.
mbonus_material
(
15
,
5
),
},
convert_damage
=
{
[
DamageType
.
MIND
]
=
resolvers
.
mbonus_material
(
20
,
10
),
[
DamageType
.
DARKNESS
]
=
resolvers
.
mbonus_material
(
15
,
10
),
},
special_on_hit
=
{
desc
=
"20% chance to torment the target"
,
fct
=
function
(
combat
,
who
,
target
)
if
not
rng
.
percent
(
20
)
then
return
end
local
eff
=
rng
.
table
{
"stun"
,
"blind"
,
"pin"
,
"confusion"
,
"silence"
,}
...
...
This diff is collapsed.
Click to expand it.
ideas/todo
+
5
−
0
View file @
01b6e485
...
...
@@ -11,3 +11,8 @@
* personal server events ? pushed under certain conditions from the server ? hum
* kryl'feijan update: can join up with the demon/acolytes => fight a group of adventurer
* "male melinda", he lives in derth, picked up a strange rune in the old forest and it embeded on him. he stumbled upon some extremist
ziguranth that mobbed him and will burn him when the player arrives. she can join them or rescue him. later he is back in derth and a potential
love interrest. There must be a way of getting his rune off to use it
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