From 7bd910917ac2e9ad6b6db9a1fff5a890ac149b52 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 21 Jul 2020 23:03:57 +0200 Subject: New demo. Issue with rule prio. I can't seem to get the MACRO_KW rule from the instructions to have a higher priority than the MACRO_KW rule from the values. --- data/examples/the_thief/include/characters.fate | 57 ------------------------- 1 file changed, 57 deletions(-) delete mode 100644 data/examples/the_thief/include/characters.fate (limited to 'data/examples/the_thief/include/characters.fate') diff --git a/data/examples/the_thief/include/characters.fate b/data/examples/the_thief/include/characters.fate deleted file mode 100644 index 0bdd797..0000000 --- a/data/examples/the_thief/include/characters.fate +++ /dev/null @@ -1,57 +0,0 @@ -(fate_version 1) - -(require type/character.fate) - -(declare_variable local character oscar) -(declare_variable character carla) -(declare_variable local character simon) -(declare_variable character julie) -(declare_variable local character statue) - -(require include/locations.fate) - -(set_fields oscar - - (name Oscar) - (agility 50) - (perception 50) - (money 20) -) -(add (ref oscar) room0.occupants) - -(set_fields carla - - (name Carla) - (agility 75) - (perception 35) - (money 7) -) -(add (ref carla) room1.occupants) - -(set_fields simon - - (name Simon) - (agility 35) - (perception 75) - (money 80) -) -(add (ref simon) room2.occupants) - -(set_fields julie - - (name Julie) - (agility 60) - (perception 60) - (money 90) -) -(add (ref julie) corridor.occupants) - - -(set_fields statue - - (name ( A oddly human shaped statue, with clothes adorned )) - (agility 0) - (perception 0) - (money 30) -) -(add (ref statue) corridor.occupants) -- cgit v1.2.3-70-g09d2