Добавлена система NPC, а также боевая система.

This commit is contained in:
DeLiss
2026-06-11 12:45:30 +05:00
parent 5d4940f754
commit f0a928938b
19 changed files with 427 additions and 19 deletions

23
data/npcs/npc_3.txt Normal file
View 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