From 79eb59f7569fb5aece07046e4d27835de47aaeb9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 20 Jun 2022 12:24:58 -0300 Subject: Copper Key can now be used in Saulc's Palace. Gives from 1.5% to 3% bonus compared to normal treasure chest --- npc/001-3/ctrl.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/001-3') diff --git a/npc/001-3/ctrl.txt b/npc/001-3/ctrl.txt index cbe473276..99c6d1ff8 100644 --- a/npc/001-3/ctrl.txt +++ b/npc/001-3/ctrl.txt @@ -11,3 +11,13 @@ OnTouch: end; } +001-3,103,69,0 script Copper Chest#Saulc NPC_CHEST,{ + // Like common chest but up to +3% bonus + TreasureBox(rand2(150, 300), CopperKey); + specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing + close; +OnInit: + .distance=2; + end; +} + -- cgit v1.2.3-60-g2f50