Skip to content
Snippets Groups Projects
Commit 2019cd31 authored by dg's avatar dg
Browse files

Buffed a bit the endboss

Buffed one of the endgame boss drops


git-svn-id: http://svn.net-core.org/repos/t-engine4@1230 51575b47-30f0-44d4-a5cc-537603b46e54
parent e727b20a
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,10 @@ newEntity{
size_category = 3,
stats = { str=40, dex=60, cun=60, mag=30, con=40 },
instakill_immune = 1,
stun_immune = 0.5,
blind_immune = 1
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1, HEAD=1, FEET=1 },
resolvers.equip{
{type="weapon", subtype="staff", defined="STAFF_ABSORPTION_AWAKENED", autoreq=true},
......@@ -126,6 +130,10 @@ newEntity{
size_category = 3,
stats = { str=40, dex=60, cun=60, mag=30, con=40 },
instakill_immune = 1,
stun_immune = 0.5,
blind_immune = 1
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
resolvers.equip{
{type="weapon", subtype="sword", ego_chance=100, autoreq=true},
......
......@@ -39,12 +39,12 @@ The Istari seem to have awakened its power.]],
dammod = {mag=1},
},
wielder = {
combat_spellpower = 34,
combat_spellcrit = 10,
max_mana = 50,
combat_spellpower = 48,
combat_spellcrit = 15,
max_mana = 100,
max_positive = 50,
max_negative = 50,
inc_stats = { [Stats.STAT_MAG] = 6, [Stats.STAT_WIL] = 6 },
inc_stats = { [Stats.STAT_MAG] = 10, [Stats.STAT_WIL] = 10 },
},
max_power = 1000, power_regen = 1,
......@@ -62,8 +62,8 @@ The Istari seem to have awakened its power.]],
end
game.logPlayer(who, "You brandish the staff, draining your foe.")
who:setEffect(who.EFF_POWER_OVERLOAD, 7, {power=20})
target:takeHit(target.life * 0.2, who)
who:setEffect(who.EFF_POWER_OVERLOAD, 7, {power=30})
target:takeHit(target.life * 0.3, who)
end
},
}
......
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