File tree Expand file tree Collapse file tree
adventuresmith-core/src/main/resources/org/stevesea/adventuresmith/core/gma Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22templates :
3- - " <big><strong> {{difficulty}}</strong> </big>"
3+ - " <big>{{difficulty}}</big>"
44
55tables :
66 difficulty :
Original file line number Diff line number Diff line change @@ -4,18 +4,20 @@ templates:
44
55tables :
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
You can’t perform that action at this time.
0 commit comments