feat(system-gaps): 경제 상향(승리25·엘리트+15)·적 패턴 보강·신규 카드 2종 데이터

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 08:57:33 +09:00
parent 248677759c
commit 1de8fac893
3 changed files with 19 additions and 10 deletions

View File

@@ -1833,7 +1833,7 @@ function codeblock(id, name, properties, methods) {
function writeCodeblocks() {
const RUN_LENGTH = 3;
const GOLD_PER_WIN = 15;
const GOLD_PER_WIN = 25;
const CARD_PRICE = 30;
const REST_HEAL = 30;
const RELIC_PRICE = 60;
@@ -2641,6 +2641,7 @@ if anyAlive == false then
self:RenderRun()
local node = self.MapNodes[self.CurrentNodeId]
if node ~= nil and node.type == "elite" then
self.Gold = self.Gold + 15
self:AddRelic(self.RelicPool[math.random(1, #self.RelicPool)])
end
if node ~= nil and node.type == "boss" then