Skip to content

Commit 07c4c2c

Browse files
committed
group buttons in H&S, minor formatting tweaks
1 parent 2dbf50a commit 07c4c2c

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: Doors
33
collectionId: hack_and_slash
4+
priority: 100
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: Empty Rooms
33
collectionId: hack_and_slash
4+
priority: 100
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: Magic Pool / Foutain
33
collectionId: hack_and_slash
4+
priority: 100
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
name: Traps
33
collectionId: hack_and_slash
4+
priority: 100

adventuresmith-core/src/main/resources/org/stevesea/adventuresmith/core/hack_and_slash/traps.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
templates:
3-
- |
4-
<h4>Trap</h4>
5-
{{trap_type}}
3+
- "{{trap_type}}"
64

75
definitions:
86
pit_trap_template: |
@@ -29,39 +27,39 @@ tables:
2927
trap_type: #VIII
3028
- |
3129
1..4,
32-
<h5>Pit</h5>
30+
<h5>Pit Trap</h5>
3331
{{pit_lid}}
3432
- |
3533
5..8,
36-
<h5>Ranged Attack</h5>
34+
<h5>Ranged Attack Trap</h5>
3735
{{trigger_template}}
3836
<br/>
3937
<br/>{{ranged_attack}}
4038
- |
4139
9..12,
42-
<h5>Melee Attack</h5>
40+
<h5>Melee Attack Trap</h5>
4341
{{trigger_template}}
4442
<br/>
4543
<br/>{{melee_attack}}
4644
- |
4745
13..14,
48-
<h5>Spells</h5>
46+
<h5>Spell Trap</h5>
4947
{{spells}}
5048
- |
5149
15..16,
52-
<h5>Magical Devices</h5>
50+
<h5>Magical Device Trap</h5>
5351
{{trigger_template}}
5452
<br/>
5553
<br/>{{magic_device}}
5654
- |
5755
17..18,
58-
<h5>Vents/Sprays</h5>
56+
<h5>Vent/Spray Trap</h5>
5957
{{trigger_template}}
6058
<br/>
6159
<br/>{{vents_sprays}}
6260
- |
6361
19,
64-
<h5>Restraints/Hazards</h5>
62+
<h5>Restraint/Hazard Trap</h5>
6563
{{trigger_template}}
6664
<br/>
6765
<br/>{{restraints_hazards}}
@@ -73,15 +71,17 @@ tables:
7371
special: #XVII
7472
- |
7573
1..8,
76-
<h5>Trapped Pit</h5>
74+
<h5>Trapped Pit Trap</h5>
7775
{{pit_lid}}
7876
{{>pick: 1d15+4 trap_type}}
7977
- |
8078
9..12,
79+
<h5>Hazardous Trap</h5>
8180
Hazardous: {{magic_device}}
8281
{{>pick: 1d19 trap_type}}
8382
- |
8483
13..16,
84+
<h5>Special Feature Trap</h5>
8585
Special Feature: {{effects}}
8686
{{>pick: 1d19 trap_type}}
8787
- |

0 commit comments

Comments
 (0)