Skip to content

Commit

Permalink
fix(L10n): remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Jul 14, 2024
1 parent 4758b91 commit 74f8ae5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/marisa/localization/ENG/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
},
"MagicChant": {
"NAME": "Magic Chant",
"DESCRIPTION": "Choose a card in your draw pile,add it to your hand and upgrade it. NL Exhaust .",
"DESCRIPTION": "Choose a card in your draw pile,add it to your hand and upgrade it. NL Exhaust.",
"UPGRADE_DESCRIPTION": "Choose a card in your draw pile,add it to your hand and upgrade it."
},
"UnstableBomb": {
Expand Down Expand Up @@ -335,7 +335,7 @@
},
"ManaConvection": {
"NAME": "Mana Convection",
"DESCRIPTION": "Exhaust up to !M! cards,gain [E] for each card exhausted. NL Exhaust ."
"DESCRIPTION": "Exhaust up to !M! cards,gain [E] for each card exhausted. NL Exhaust."
},
"ManaRampage": {
"NAME": "Mana Rampage",
Expand Down Expand Up @@ -376,16 +376,16 @@
},
"BlackFlareStar": {
"NAME": "Black Flare Star",
"DESCRIPTION": "Can only be played when you have 4 or more cards in your hand. Exhaust . NL Discard any number of cards from your hand and gain !B! Block for each.",
"DESCRIPTION": "Can only be played when you have 4 or more cards in your hand. Exhaust. NL Discard any number of cards from your hand and gain !B! Block for each.",
"EXTENDED_DESCRIPTION": [
"I don't have 4 cards in my hand.",
""
]
},
"WhiteDwarf": {
"NAME": "White Dwarf",
"DESCRIPTION": "Can only be played when you have 4 or less cards in your hand. Exhaust . NL Deal !D! damage (2 × size of your discard pile). Add 2 Burns to your hand.",
"UPGRADE_DESCRIPTION": "Can only be played when you have 4 or less cards in your hand. Exhaust . NL Deal !D! damage (3 × size of your discard pile). Add 2 Burns to your hand.",
"DESCRIPTION": "Can only be played when you have 4 or less cards in your hand. Exhaust. NL Deal !D! damage (2 × size of your discard pile). Add 2 Burns to your hand.",
"UPGRADE_DESCRIPTION": "Can only be played when you have 4 or less cards in your hand. Exhaust. NL Deal !D! damage (3 × size of your discard pile). Add 2 Burns to your hand.",
"EXTENDED_DESCRIPTION": [
"I have more than 4 cards in my hand.",
""
Expand Down Expand Up @@ -413,7 +413,7 @@
},
"AlicesGift": {
"NAME": "Alice's Gift",
"DESCRIPTION": " Retain. Deal !D! Damage. Exhaust . NL Amplify [E] [E] : Deal triple damage."
"DESCRIPTION": " Retain. Deal !D! Damage. Exhaust. NL Amplify [E] [E] : Deal triple damage."
},
"Exhaustion_MRS": {
"NAME": "Exhaustion",
Expand Down

0 comments on commit 74f8ae5

Please sign in to comment.