Convert valentines to markdown

This commit is contained in:
Blade Barringer
2015-08-11 18:47:12 -05:00
parent a29dd4cc16
commit 0dc10b5f8e
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -12,10 +12,10 @@
"aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.",
"valentineCard": "Valentine's Day Card",
"valentineCardNotes": "Send a Valentine's Day card to a party member.",
"valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"",
"valentine1": "\"Roses are red<%= lineBreak %>Violets are nice<%= lineBreak %>Let's get together<%= lineBreak %>And fight against Vice!\"",
"valentine2": "\"Roses are red<%= lineBreak %>This poem style is old<%= lineBreak %>I hope that you like this<%= lineBreak %>'Cause it cost ten Gold.\"",
"valentine3": "\"Roses are red<%= lineBreak %>Ice Drakes are blue<%= lineBreak %>No treasure is better<%= lineBreak %>Than time spent with you!\"",
"valentine0": "\"Roses are red\nMy Dailies are blue\nI'm happy that I'm\nIn a Party with you!\"",
"valentine1": "\"Roses are red\nViolets are nice\nLet's get together\nAnd fight against Vice!\"",
"valentine2": "\"Roses are red\nThis poem style is old\nI hope that you like this\n'Cause it cost ten Gold.\"",
"valentine3": "\"Roses are red\nIce Drakes are blue\nNo treasure is better\nThan time spent with you!\"",
"adoringFriends": "Adoring Friends",
"adoringFriendsText": "Aww, you and your friend must really care about each other! Sent or received <%= cards %> Valentine's Day cards.",
"polarBear": "Polar Bear",
+4 -4
View File
@@ -10,13 +10,13 @@ script(id='modals/valentine.html', type='text/ng-template')
hr
ul.list-unstyled(ng-switch='::Math.floor(Math.random()*4)')
li(ng-switch-when='0')
!=env.t('valentine0', {lineBreak:"<br>"})
markdown!=env.t('valentine0')
li(ng-switch-when='1')
!=env.t('valentine1', {lineBreak:"<br>"})
markdown!=env.t('valentine1')
li(ng-switch-when='2')
!=env.t('valentine2', {lineBreak:"<br>"})
markdown!=env.t('valentine2')
li(ng-switch-default)
!=env.t('valentine3', {lineBreak:"<br>"})
markdown!=env.t('valentine3')
p
small For enduring such a saccharine poem, you both receive the "Adoring Friends" badge!
.modal-footer