Browse Source

Just some reminder comments

master
Noëlle 3 years ago
parent
commit
e8461c3a72
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      koboldgen.py

+ 2
- 0
koboldgen.py View File

@@ -150,6 +150,7 @@ class Plot:


class Character:
# Remember to update gen_gadget() when you add gadgets
GADGETS = [ {"id": 0, "name": "Awesome Dagger of Sneak(?) Attacks", "description": "Yell 'Sneak Attack!' to count a mixed-success Body attack as a success.", "reusable": True},
{"id": 1, "name": "Button of Uselessness", "description": f"This large, red button can be stuck onto any flat surface, horizontal, vertical, or otherwise. A short time after it has been placed, any character (friend or foe) nearby must succeed a Brains roll to avoid pressing the button. Pressing the button does nothing, but this action takes the place of anything that might otherwise be done during an Event if the Brains roll is failed. The button can be pressed {r.randint(1,6)} times before it breaks and no longer compels others to press it.", "reusable": False},
{"id": 2, "name": "Encyclopedia of Stuff I Totally Knew", "description": "Add 2 points to the target number of any uncontested Brains roll, or 1 point to the target number of a contested Brains roll.", "reusable": True},
@@ -172,6 +173,7 @@ class Character:
{"id": 126, "name": "Staff of Lightning", "description": "As an Event, create a lightning bolt from the tip of the staff that travels 30 feet in a straight line and deals 2 Body damage to any target in its path.", "reusable": True},
{"id": 127, "name": "Voyager Staff", "description": "Any spell you cast has +1 damage. In addition, as an Event, you can move up to 50 feet in any direction - even through walls and other solid surfaces.", "reusable": True}
]
# Remember to update gen_career() when you add careers
CAREERS = [ {"id": 0, "name": "Soldier/Guard"},
{"id": 1, "name": "Pilot"},
{"id": 2, "name": "Medic"},

Loading…
Cancel
Save