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

Yaechs and Nagas in Murgol lair have dropped damage by 35%

The Ritch Hive Mother dropped damage by 30%
parent 1f313a34
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
load("/data/general/npcs/yaech.lua", rarity(0))
load("/data/general/npcs/yaech.lua", function(e) if e.name then e.inc_damage.all = -35 end end)
load("/data/general/npcs/aquatic_critter.lua", rarity(2))
local Talents = require("engine.interface.ActorTalents")
......@@ -89,6 +89,8 @@ newEntity{
rank = 2,
size_category = 3,
inc_damage = {all = -35},
resolvers.racial(),
open_door = true,
......
......@@ -119,6 +119,8 @@ newEntity{ base = "BASE_NPC_RITCH_REL", define_as = "HIVE_MOTHER",
body = { INVEN = 10, BODY=1 },
inc_damage = {all=-30},
resolvers.drops{chance=100, nb=1, {defined="FLAMEWROUGHT", random_art_replace={chance=75}}, },
resolvers.drops{chance=100, nb=3, {tome_drops="boss"} },
......
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