Добавлена система 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_5.txt Normal file
View 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