feat: P14 — 반복 런·로비·영혼·도적·몬스터 랜덤성 (요청 17항목) #52
File diff suppressed because one or more lines are too long
@@ -2827,7 +2827,9 @@ function writeCodeblocks() {
|
|||||||
prop('boolean', 'ChestOpened', 'false'),
|
prop('boolean', 'ChestOpened', 'false'),
|
||||||
prop('string', 'PlayerJob', '""'),
|
prop('string', 'PlayerJob', '""'),
|
||||||
], [
|
], [
|
||||||
method('OnBeginPlay', `${luaSoulShopTable(SOUL_UNLOCKS)}
|
method('OnBeginPlay', `${luaCardsTable(CARDS.cards)}
|
||||||
|
${luaFramesTable()}
|
||||||
|
${luaSoulShopTable(SOUL_UNLOCKS)}
|
||||||
self.SoulUnlocks = {}
|
self.SoulUnlocks = {}
|
||||||
self.SoulPoints = self.SoulPoints or 0
|
self.SoulPoints = self.SoulPoints or 0
|
||||||
self:ShowLobby()
|
self:ShowLobby()
|
||||||
|
|||||||
Reference in New Issue
Block a user