Добавлена система NPC, а также боевая система.
This commit is contained in:
23
data/npcs/npc_5.txt
Normal file
23
data/npcs/npc_5.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
ID=5
|
||||
NAME=Gate Warden
|
||||
STATE=HOSTILE
|
||||
HP=100
|
||||
DAMAGE=16
|
||||
|
||||
DIALOG_TEXT=The warden blocks the final gate.
|
||||
OPTION_1=Fight.
|
||||
RESULT_1=FIGHT
|
||||
VALUE_1=0
|
||||
MESSAGE_1=The final battle begins.
|
||||
|
||||
OPTION_2=Try to negotiate.
|
||||
RESULT_2=NOTHING
|
||||
VALUE_2=0
|
||||
MESSAGE_2=The warden ignores your words.
|
||||
|
||||
OPTION_3=Run away.
|
||||
RESULT_3=NOTHING
|
||||
VALUE_3=0
|
||||
MESSAGE_3=You step back from the gate.
|
||||
|
||||
END
|
||||
Reference in New Issue
Block a user