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
21b2d0f5
Commit
21b2d0f5
authored
5 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
Madness mode starts with more gold and HP. But don't worry you'll die anyway
parent
69c429e7
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/class/Game.lua
+6
-0
6 additions, 0 deletions
game/modules/tome/class/Game.lua
game/modules/tome/data/birth/descriptors.lua
+3
-0
3 additions, 0 deletions
game/modules/tome/data/birth/descriptors.lua
with
9 additions
and
0 deletions
game/modules/tome/class/Game.lua
+
6
−
0
View file @
21b2d0f5
...
...
@@ -236,6 +236,12 @@ function _M:newGame()
self
.
player
.
__created_in_version
=
game
.
__mod_info
.
version_name
..
(
beta
and
"-"
..
beta
or
""
)
end
if
self
.
player
.
max_life_bonus
then
self
.
player
.
max_life
=
self
.
player
.
max_life
+
self
.
player
.
max_life_bonus
self
.
player
.
life
=
self
.
player
.
life
+
self
.
player
.
max_life_bonus
self
.
player
.
max_life_bonus
=
nil
end
self
.
player
:
recomputeGlobalSpeed
()
self
:
rebuildCalendar
()
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/data/birth/descriptors.lua
+
3
−
0
View file @
21b2d0f5
...
...
@@ -278,6 +278,7 @@ newBirthDescriptor{
"All enemies have 200% more life"
,
"Rare creatures are far more frequent and random bosses start to appear"
,
"Stairs can not be used for 9 turns after a kill."
,
"Player starts with 100 more life and 500 gold, but trust us, you'll need it!"
,
"Player is being hunted! Randomly all foes in a radius will get a feeling of where she/he is"
,
"Player can earn Madness version of achievements if also playing in Roguelike or Adventure permadeath mode."
,
},
...
...
@@ -292,6 +293,8 @@ newBirthDescriptor{
copy
=
{
instakill_immune
=
1
,
__game_difficulty
=
5
,
money
=
500
,
max_life_bonus
=
100
,
},
game_state
=
{
default_random_rare_chance
=
3
,
...
...
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