This commit is contained in:
+4
-4
@@ -26,10 +26,10 @@
|
||||
- [x] Feature: / brings focus to terminal
|
||||
- [x] Feature: Add "Restart" option to option menu
|
||||
- [x] Bug: gear icon is still wayyyyyyy toooo smallllll it needs to be like 4x larger at least.
|
||||
- [ ] Add a "wait" tile.
|
||||
- [x] Add a "wait" tile.
|
||||
- [ ] Add a mechanic where after the player waits 3 times or moves six times the light goes out and needs to be relit.
|
||||
- [ ] Add attack options for most encounters. Rarely this will be a good idea though.
|
||||
- [ ] Add a failure condition for attacking at the wrong time. Make the reasons for the failure condition contextual, for example, when they attack the stair sleeper they might trip on the stair and get injured.
|
||||
- [ ] If the user says "light match" or "light match" the response should be "use match with what?"
|
||||
- [ ] If the user says "use match with letter" they should burn the letter.
|
||||
- [ ] There should be a lighter in the smoking room that allows unlimited lighting.
|
||||
- [x] If the user says "light match" or "light match" the response should be "use match with what?"
|
||||
- [x] If the user says "use match with letter" they should burn the letter.
|
||||
- [x] There should be a lighter in the smoking room that allows unlimited lighting.
|
||||
|
||||
@@ -1,15 +1,20 @@
|
||||
---
|
||||
id: matches
|
||||
names: ["matches", "safety matches", "matchbook", "box"]
|
||||
short: "a matchbook"
|
||||
names:
|
||||
- matches
|
||||
- match
|
||||
- safety matches
|
||||
- matchbook
|
||||
- box
|
||||
short: a matchbook
|
||||
takeable: true
|
||||
lighter: true
|
||||
lighterUses: 4
|
||||
lighterUses: 5
|
||||
initialState:
|
||||
uses: 4
|
||||
uses: 5
|
||||
---
|
||||
|
||||
A damp matchbook with four matches left inside.
|
||||
A damp matchbook with five matches left inside.
|
||||
|
||||
## lighter-empty
|
||||
The last match flares, burns down, and goes out. The book is empty.
|
||||
|
||||
Reference in New Issue
Block a user