You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
490 B
21 lines
490 B
--------------------------------------------------------------------------------
|
|
-- Regen Data --
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
RegenInfo =
|
|
{
|
|
NPC =
|
|
{
|
|
"SwimmingR", -- 레드팀 NPC
|
|
"SwimmingB", -- 블루팀 NPC
|
|
},
|
|
|
|
Door =
|
|
{
|
|
Index = "GuildGate00", -- 몹 인덱스
|
|
X = 6105, -- 소환 위치
|
|
Y = 5409, -- 소환 위치
|
|
Block = "KDWater_Door" -- 도어 블럭 이름
|
|
},
|
|
}
|
|
|