Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing <br> in light explanations #4499

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -975,12 +975,12 @@ The second creates a round GM-only aura in red with a 15-foot diameter. \
Lines three and four do the same thing, but with a green aura that is only \
visible to players who own the token with the aura attached to it. Lines \
five and six are visible to all players and are in blue.</p>\
<pre>\
<br><pre>\
New Interesting Auras: 5' grid<br>\
----<br>\
Side Fields - 12.5: aura cone arc=90 12.5#6666ff offset=90 12.5#aadd00 offset=-90 12.5#aadd00 offset=180 12.5#bb00aa
Side Fields - 12.5: aura cone arc=90 12.5#6666ff offset=90 12.5#aadd00 offset=-90 12.5#aadd00 offset=180 12.5#bb00aa<br>\
Doughnut Hole - 40: aura circle 20 40#ffff00<br>\
Doughnut Cone - 20: aura cone arc=30 20#ffff00<br>\
Doughnut Cone - 20: aura cone arc=30 10 20#ffff00<br>\
Range Circles 30/60/90: aura circle 30.5 30.9#000000 60.5 60.9#000000 90.5 90.9#000000<br>\
Range Arcs 30/60/90: aura cone arc=135 30.5 30.9#000000 60.5 60.9#000000 90.5 90.9#000000<br>\
Beam - 50: aura beam arc=4 150#ffff00<br>\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,12 +977,12 @@ The second creates a round GM-only aura in red with a 15-foot diameter. \
Lines three and four do the same thing, but with a green aura that is only \
visible to players who own the token with the aura attached to it. Lines \
five and six are visible to all players and are in blue.</p>\
<pre>\
<br><pre>\
New Interesting Auras: 5' grid<br>\
----<br>\
Side Fields - 12.5: aura cone arc=90 12.5#6666ff offset=90 12.5#aadd00 offset=-90 12.5#aadd00 offset=180 12.5#bb00aa
Side Fields - 12.5: aura cone arc=90 12.5#6666ff offset=90 12.5#aadd00 offset=-90 12.5#aadd00 offset=180 12.5#bb00aa<br>\
Doughnut Hole - 40: aura circle 20 40#ffff00<br>\
Doughnut Cone - 20: aura cone arc=30 20#ffff00<br>\
Doughnut Cone - 20: aura cone arc=30 10 20#ffff00<br>\
Range Circles 30/60/90: aura circle 30.5 30.9#000000 60.5 60.9#000000 90.5 90.9#000000<br>\
Range Arcs 30/60/90: aura cone arc=135 30.5 30.9#000000 60.5 60.9#000000 90.5 90.9#000000<br>\
Beam - 50: aura beam arc=4 150#ffff00<br>\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,12 +977,12 @@ The second creates a round GM-only aura in red with a 15-foot diameter. \
Lines three and four do the same thing, but with a green aura that is only \
visible to players who own the token with the aura attached to it. Lines \
five and six are visible to all players and are in blue.</p>\
<pre>\
<br><pre>\
New Interesting Auras: 5' grid<br>\
----<br>\
Side Fields - 12.5: aura cone arc=90 12.5#6666ff offset=90 12.5#aadd00 offset=-90 12.5#aadd00 offset=180 12.5#bb00aa
Side Fields - 12.5: aura cone arc=90 12.5#6666ff offset=90 12.5#aadd00 offset=-90 12.5#aadd00 offset=180 12.5#bb00aa<br>\
Doughnut Hole - 40: aura circle 20 40#ffff00<br>\
Doughnut Cone - 20: aura cone arc=30 20#ffff00<br>\
Doughnut Cone - 20: aura cone arc=30 10 20#ffff00<br>\
Range Circles 30/60/90: aura circle 30.5 30.9#000000 60.5 60.9#000000 90.5 90.9#000000<br>\
Range Arcs 30/60/90: aura cone arc=135 30.5 30.9#000000 60.5 60.9#000000 90.5 90.9#000000<br>\
Beam - 50: aura beam arc=4 150#ffff00<br>\
Expand Down
Loading