Jofthomas HF staff commited on
Commit
4124932
1 Parent(s): 2733ad7

Update TextGen/gemini.py

Browse files
Files changed (1) hide show
  1. TextGen/gemini.py +1 -0
TextGen/gemini.py CHANGED
@@ -42,6 +42,7 @@ def place_objects(available_items,story,myMap):
42
  # The Boss monster of this level.
43
  BOSS = {{"name": str, "placement": int}}
44
 
 
45
  when placement is requiered, it is the id of the room on the map.
46
 
47
  All fields are not necessarily required; if null, don't add it. it should make sense with the crafted story.
 
42
  # The Boss monster of this level.
43
  BOSS = {{"name": str, "placement": int}}
44
 
45
+ For objects, the name key represents the name of the object inside the treasure chest
46
  when placement is requiered, it is the id of the room on the map.
47
 
48
  All fields are not necessarily required; if null, don't add it. it should make sense with the crafted story.