Добавлена система NPC, а также боевая система.
This commit is contained in:
23
data/npcs/npc_3.txt
Normal file
23
data/npcs/npc_3.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
ID=3
|
||||
NAME=Archivist
|
||||
STATE=FRIENDLY
|
||||
HP=50
|
||||
DAMAGE=6
|
||||
|
||||
DIALOG_TEXT=The archivist whispers: "Only those who understand patterns may pass."
|
||||
OPTION_1=Ask about the sequence.
|
||||
RESULT_1=OPEN_LOCATION
|
||||
VALUE_1=3
|
||||
MESSAGE_1=The archivist nods and unlocks the door.
|
||||
|
||||
OPTION_2=Demand his notes.
|
||||
RESULT_2=BECOME_HOSTILE
|
||||
VALUE_2=0
|
||||
MESSAGE_2=The archivist becomes hostile.
|
||||
|
||||
OPTION_3=Ask for help.
|
||||
RESULT_3=GIVE_ITEM
|
||||
VALUE_3=102
|
||||
MESSAGE_3=The archivist gives you a big healing potion.
|
||||
|
||||
END
|
||||
Reference in New Issue
Block a user