Добавлена система 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

13
data/npcs/npc_2.txt Normal file
View File

@@ -0,0 +1,13 @@
ID=2
NAME=Dungeon Bandit
STATE=HOSTILE
HP=45
DAMAGE=12
DIALOG_TEXT=The bandit blocks your path.
OPTION_1=Fight.
RESULT_1=FIGHT
VALUE_1=0
MESSAGE_1=The fight begins.
END