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
K'van
Tales of MajEyal
Commits
d6972771
Commit
d6972771
authored
3 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
plop
parent
533d549e
Branches
sunpalevo
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/modules/tome/data/chats/avatar-distant-sun-unlock.chat
+58
-0
58 additions, 0 deletions
game/modules/tome/data/chats/avatar-distant-sun-unlock.chat
game/modules/tome/data/texts/unlock-paladin_avatar.lua
+34
-0
34 additions, 0 deletions
game/modules/tome/data/texts/unlock-paladin_avatar.lua
with
92 additions
and
0 deletions
game/modules/tome/data/chats/avatar-distant-sun-unlock.chat
0 → 100644
+
58
−
0
View file @
d6972771
{
"22": {
"id": 22,
"name": "chat",
"data": {
"chatid": "welcome",
"chat": "**DO NOT TRANSLATE YET**\n<<<You feel a gentle warmth in your mind. Something speaks directly to your mind!>>>\n#YELLOW#WELL MET FRIEND! I AM A FAR AWAY STAR, AND VERY FRIENDLY, ALSO LIBERTY NEEDS TO WRITE ME!\n#LAST#",
"answer1": "sOUNDS COOL!"
},
"class": "chat",
"html": "chat1",
"typenode": true,
"inputs": {
"input_1": {
"connections": []
}
},
"outputs": {
"output_1": {
"connections": [
{
"node": "24",
"output": "input_1"
}
]
}
},
"pos_x": 213,
"pos_y": 362
},
"24": {
"id": 24,
"name": "lua-code",
"data": {
"code": "player:callTalent(player.T_AVATAR_DISTANT_SUN_UNLOCK_CHECKER, \"doUnlock\")"
},
"class": "lua-code",
"html": "lua-code",
"typenode": true,
"inputs": {
"input_1": {
"connections": [
{
"node": "22",
"input": "output_1"
}
]
}
},
"outputs": {
"output_1": {
"connections": []
}
},
"pos_x": 775,
"pos_y": 381
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
game/modules/tome/data/texts/unlock-paladin_avatar.lua
0 → 100644
+
34
−
0
View file @
d6972771
-- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009 - 2019 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
return
_t
"New Class Evolution: #LIGHT_GREEN#Avatar of a Distant Sun (Sun Paladin)"
,
_t
[[Yuo have been contacted by a sentient star, far away from Eyal. It wants to help you on your journey!
You have unlocked the #LIGHT_GREEN#Avatar of a Distant Sun class evolution#WHITE# for Sun Paladins.
Features:
- #GOLD#Wield a two-handed weapon and a shield together#LAST#
- 50%% of all damage dealt is converted to #GOLD#light damage#LAST#
- #GOLD#Gravitic Effulgence#LAST#: whenever Weapon of Light hits the damage is now a radius 2 sphere and all foes in range 5 are drawn to it
- The damage and chance to trigger of #GOLD#Searing Sight#LAST# is doubled
- Whenever #GOLD#Sun's Vengeance#LAST# triggers the remaining cooldown of Judgement is reduced by 6
- Interacts with #GOLD#Irresistible Sun#LAST#
Class evolutions are selected as prodigies and grant new ways to build and expand your class and are only visible to the concerned class.
]]
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