Himmelspfad & Elefant
This commit is contained in:
@@ -166,6 +166,12 @@ class ActionModul:
|
||||
if item.id == self.world.ITEM_BOXSACK:
|
||||
self.setFehler('Der Boxsack sagt: Hmm, hmm?')
|
||||
|
||||
def leere(self, parsedCommand):
|
||||
skip
|
||||
|
||||
def fuelle(self, parsedCommand):
|
||||
skip
|
||||
|
||||
|
||||
def zeigeItemBeschreibung(self,item):
|
||||
self.world.printText(f'item-{item.id}')
|
||||
|
6
map.txt
6
map.txt
@@ -1,3 +1,4 @@
|
||||
|
||||
Wohnzimmer
|
||||
^
|
||||
|
|
||||
@@ -20,6 +21,11 @@
|
||||
| |
|
||||
V V
|
||||
Brachland kleines Feld
|
||||
^(1)
|
||||
|
||||
(1)
|
||||
Himmelspfad
|
||||
|
||||
|
||||
|
||||
|
||||
|
11
world.xml
11
world.xml
@@ -93,6 +93,13 @@
|
||||
<raum id='14' name='Brachland'>
|
||||
<ausgang dir='Nord' nachRaum= '13' />
|
||||
|
||||
<beschreibung>
|
||||
Brachland. Hier wächst nicht viel abgesehen von einer einzelnen Bohnenranke.
|
||||
</beschreibung>
|
||||
</raum>
|
||||
<raum id='15' name='Himmelspfad'>
|
||||
<ausgang dir='Runter' nachRaum= '14' />
|
||||
|
||||
<beschreibung>
|
||||
Brachland. Hier wächst nicht viel abgesehen von einer einzelnen Bohnenranke.
|
||||
</beschreibung>
|
||||
@@ -135,6 +142,8 @@
|
||||
<command name='süd' id='32' key='7' />
|
||||
<command name='westen' id='33' key='8' />
|
||||
<command name='sprich' id='34' key='25' />
|
||||
<command name='leere' id='35' key='26' />
|
||||
<command name='fuelle' id='36' key='27' />
|
||||
|
||||
|
||||
</commandset>
|
||||
@@ -181,6 +190,7 @@
|
||||
<item name='Boxsack' display='' id='19' raum='1' imobil='true' adjektiv = '0' msgid='1' visible='true' />
|
||||
<item name='Maus' display='tote Maus' id='20' raum='12' imobil='false' adjektiv = '0' msgid='1' visible='true' />
|
||||
<item name='Bohnenranke' id='21' display='' raum='14' imobil='true' adjektiv = '0' msgid='8' visible='true' />
|
||||
<item name='Elefant' id='22' display='' raum='15' imobil='true' adjektiv = '0' msgid='9' visible='true' />
|
||||
|
||||
</items>
|
||||
<personen>
|
||||
@@ -196,6 +206,7 @@
|
||||
<pickup text='Das hängt viel zu hoch. Zu kommst nicht dran.' id='6' />
|
||||
<pickup text='Kunstdiebstahl? Nö!' id='7' />
|
||||
<pickup text='Die ist fest verwurzelt' id='8' />
|
||||
<pickup text='Der scheint wütend zu werden, wenn man ihm am Rüssel zieht.' id='9' />
|
||||
</messages>
|
||||
<bewegungen>
|
||||
<bewegung id='0' value='' />
|
||||
|
Reference in New Issue
Block a user