Skip to content
Snippets Groups Projects
Commit e5e035b1 authored by DarkGod's avatar DarkGod
Browse files

easy debug & frost grab icon

parent 39fda2b6
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/talents/frost_grab.png

3.69 KiB

......@@ -79,6 +79,8 @@ function _M:use(item)
game.state.birth.ignore_prodigies_special_reqs = true
game.player.inc_damage.all = 500
game.player:incStat("str", 100) game.player:incStat("dex", 100) game.player:incStat("mag", 100) game.player:incStat("wil", 100) game.player:incStat("cun", 100) game.player:incStat("con", 100)
elseif act == "weakdamage" then
game.player.inc_damage.all = -90
elseif act == "all_arts" then
for i, e in ipairs(game.zone.object_list) do
if e.unique and e.define_as ~= "VOICE_SARUMAN" and e.define_as ~= "ORB_MANY_WAYS_DEMON" then
......@@ -164,6 +166,7 @@ function _M:generateList()
list[#list+1] = {name="Remove all creatures", action="remove-all"}
list[#list+1] = {name="Semi-Godmode", action="semigodmode"}
list[#list+1] = {name="Give all ingredients", action="all-ingredients"}
list[#list+1] = {name="Weakdamage", action="weakdamage"}
self:triggerHook{"DebugMain:generate", menu=list}
local chars = {}
......
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