From 6ff813be846f3a99ae7069b92bdb98d742c22079 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 17:24:29 -0300 Subject: Blue Sage placeholders. Make Psi Conscience stronger - small chase, and to prevent you exploiting the energy balls to damage the Psi - it'll knockback itself 5 tiles when attacked at melee range. It'll also stun the attacker (cannot move/etc.) for 5 seconds. --- npc/020-7-1/pagemakers.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 npc/020-7-1/pagemakers.txt (limited to 'npc/020-7-1/pagemakers.txt') diff --git a/npc/020-7-1/pagemakers.txt b/npc/020-7-1/pagemakers.txt new file mode 100644 index 000000000..58188a8ea --- /dev/null +++ b/npc/020-7-1/pagemakers.txt @@ -0,0 +1,54 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Workers which produces pages +// helperM* + +020-7-1,34,56,0 script Eevert NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I make illustrations with ink/powders."); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,44,56,0 script Janika NPC_BLUESAGEWORKER_FA,{ + npctalk3 l("I make bindings with silk cocoon."); + goodbye; + end; + +OnInit: + end; +} + + + +020-7-1,45,31,4 script Kullervo NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I make book pages with... something."); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,36,31,4 script Santeri NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("I make glue with... not yeti claws, for sure."); + goodbye; + end; + +OnInit: + end; +} + + + -- cgit v1.2.3-60-g2f50