Skip to content

Commit ea4bd22

Browse files
author
Stephen Christensen
committed
gh-147 GMA tweaks
1 parent 24f7fd6 commit ea4bd22

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

adventuresmith-core/src/main/resources/org/stevesea/adventuresmith/core/gma/difficulty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
templates:
3-
- "<big><strong>{{difficulty}}</strong></big>"
3+
- "<big>{{difficulty}}</big>"
44

55
tables:
66
difficulty:

adventuresmith-core/src/main/resources/org/stevesea/adventuresmith/core/gma/sensory_snippet.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ templates:
44

55
tables:
66
Pick1:
7-
- "{{Hear}}"
8-
- "{{See}}"
9-
- "{{Feel}}"
10-
- "{{Smell_Taste}}"
7+
- "{{Hear}}"
8+
- "{{See}}"
9+
- "{{Feel}}"
10+
- "{{Smell_Taste}}"
1111
All:
1212
- |
13-
<u>Hear:</u> {{Hear}}
14-
<br/><br/><u>See:</u> {{See}}
15-
<br/><br/><u>Feel:</u> {{Feel}}
16-
<br/><br/><u>Smell/Taste:</u> {{Smell_Taste}}
13+
<u>Hear:</u> {{Hear}}
14+
<br/><br/><u>See:</u> {{See}}
15+
<br/><br/><u>Feel:</u> {{Feel}}
16+
<br/><br/><u>Smell/Taste:</u> {{Smell_Taste}}
1717
1818
Hear:
19+
- "{{Hear_}}…"
20+
Hear_:
1921
- The frightened neighing of horses
2022
- Something slithering
2123
- A booming, unnaturally loud voice
@@ -79,6 +81,8 @@ tables:
7981

8082

8183
See:
84+
- "{{See_}}…"
85+
See_:
8286
- Discarded armor
8387
- Lustrous pearls
8488
- Glowing, slitted eyes
@@ -141,6 +145,8 @@ tables:
141145
- A grimy, broken crown
142146

143147
Feel:
148+
- "{{Feel_}}…"
149+
Feel_:
144150
- Hit your funny bone
145151
- Knocked to the gorund
146152
- Your ears suddenly pop
@@ -204,6 +210,8 @@ tables:
204210

205211

206212
Smell_Taste:
213+
- "{{Smell_Taste_}}…"
214+
Smell_Taste_:
207215
- Abrasive, eye-watering bleach
208216
- Apples and plums
209217
- Jasmine flowers

0 commit comments

Comments
 (0)