diff --git a/balatro-sim.js b/balatro-sim.js index eed1416..a4e37d8 100644 --- a/balatro-sim.js +++ b/balatro-sim.js @@ -289,7 +289,7 @@ class Hand { if(joker[JOKER_DISABLED]) return; if(joker[EDITION] === FOIL) { - this.chips += 30; + this.chips += 50; } else if(joker[EDITION] === HOLOGRAPHIC) { this.mult = bigAdd(10, this.mult); diff --git a/breakdown.js b/breakdown.js index 5c2ab10..c4e29b7 100644 --- a/breakdown.js +++ b/breakdown.js @@ -319,7 +319,7 @@ class Hand { if(joker[JOKER_DISABLED]) return; if(joker[EDITION] === FOIL) { - this.chips += 30; + this.chips += 50; if(this.bd) this.breakdownPlusChips([joker], 30, true); } else if(joker[EDITION] === HOLOGRAPHIC) {