Skip to content

Commit

Permalink
balance(cards): nerfed Out of Reach
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Apr 5, 2022
1 parent 48b451c commit fe05d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dreamscape/cards/sets/SetDefinition_Core.gd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const CARDS := {
"Type": "Control",
"Tags": [Terms.ACTIVE_EFFECTS.impervious.name, Terms.GENERIC_TAGS.slumber.name],
"Abilities": "Gain {effect_stacks} {impervious}\n{forget}.",
"Cost": 1,
"Cost": 2,
"_illustration": "Nobody",
"_effects_info": {
Terms.ACTIVE_EFFECTS.impervious.name: Terms.PLAYER
Expand All @@ -151,7 +151,7 @@ const CARDS := {
"Type": "Control",
"Tags": [Terms.ACTIVE_EFFECTS.impervious.name],
"Abilities": "Gain {effect_stacks} {impervious}\n{forget}.",
"Cost": 0,
"Cost": 1,
"_illustration": "Nobody",
"_effects_info": {
Terms.ACTIVE_EFFECTS.impervious.name: Terms.PLAYER
Expand All @@ -166,7 +166,7 @@ const CARDS := {
"Type": "Control",
"Tags": [Terms.ACTIVE_EFFECTS.impervious.name],
"Abilities": "Gain {effect_stacks} {impervious}\n{forget}.",
"Cost": 1,
"Cost": 2,
"_illustration": "Nobody",
"_effects_info": {
Terms.ACTIVE_EFFECTS.impervious.name: Terms.PLAYER
Expand Down

0 comments on commit fe05d27

Please sign in to comment.