summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-07-21 23:03:57 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-07-21 23:03:57 +0200
commit7bd910917ac2e9ad6b6db9a1fff5a890ac149b52 (patch)
treebea4970c19b380ae01d722e594cdc0c6b021c989 /data/examples/the_thief/include/locations.fate
parent7e38e4512b407500910071120d2ad23a9ec395cf (diff)
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.
Diffstat (limited to 'data/examples/the_thief/include/locations.fate')
-rw-r--r--data/examples/the_thief/include/locations.fate41
1 files changed, 0 insertions, 41 deletions
diff --git a/data/examples/the_thief/include/locations.fate b/data/examples/the_thief/include/locations.fate
deleted file mode 100644
index e46c504..0000000
--- a/data/examples/the_thief/include/locations.fate
+++ /dev/null
@@ -1,41 +0,0 @@
-(fate_version 1)
-
-(require type/location.fate)
-
-(declare_variable local location room0)
-(declare_variable local location room1)
-(declare_variable local location room2)
-(declare_variable local location corridor)
-
-(set_fields room0
- (name ( Room 0 ))
- (description
- ( An luxurious bedroom, well lit. )
- )
- (luminosity 80)
-)
-
-(set_fields room1
- (name ( Room 1 ))
- (description
- ( An overly large kitchen, unevenly lit. )
- )
- (luminosity 35)
-)
-
-(set_fields room2
- (name ( Room 2 ))
- (description
- ( An tiny and messy study, unlit. )
- )
- (luminosity 0)
-)
-
-(set_fields corridor
- (name Corridor)
- (description
- ( A long corridor, with many decorations, and many hiding places. )
- )
- (luminosity 50)
-)
-