게임 데이터 수정

- Player, Tower, Monster, Creep에 Sight 컬럼 추가 (player는 visionRadius 대응 필요)
- Tower 레벨 컬럼 및 더미 데이터 추가
- 시야 전용 건물 Torch fbx 추가
This commit is contained in:
BoyongHwang
2026-02-22 15:28:00 +09:00
parent 4beb2fb0bb
commit b86e087d03
60 changed files with 3575 additions and 52 deletions

View File

@@ -16,6 +16,7 @@ MonoBehaviour:
memo: "Grunt(\uAE30\uBCF8)"
moveSpeed: 6.7
maxHp: 75
sight: 6
atkRange: 1
atkDamage: 3
atkIntervalSec: 1.2
@@ -23,3 +24,5 @@ MonoBehaviour:
weight: 1
modelPath: Assets/Models/Skeleton_Minion.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller
waveMin: 1
waveMax: 10

View File

@@ -16,6 +16,7 @@ MonoBehaviour:
memo: "Tank(\uB290\uB9BC/\uB2E8\uB2E8)"
moveSpeed: 3.3
maxHp: 125
sight: 6
atkRange: 1
atkDamage: 4
atkIntervalSec: 1.5
@@ -23,3 +24,5 @@ MonoBehaviour:
weight: 0.5
modelPath: Assets/Models/Druid.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller
waveMin: 3
waveMax: 15

View File

@@ -16,6 +16,7 @@ MonoBehaviour:
memo: "Ranged(\uC6D0\uAC70\uB9AC/\uC57D\uD568)"
moveSpeed: 5.3
maxHp: 65
sight: 6
atkRange: 5
atkDamage: 2
atkIntervalSec: 1.4
@@ -23,3 +24,5 @@ MonoBehaviour:
weight: 0.2
modelPath: Assets/Models/Skeleton_Warrior.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller
waveMin: 3
waveMax: 20

View File

@@ -16,6 +16,7 @@ MonoBehaviour:
memo: "Fast(\uBE60\uB984/\uC57D\uD568)"
moveSpeed: 8.6
maxHp: 45
sight: 6
atkRange: 1
atkDamage: 2
atkIntervalSec: 1
@@ -23,3 +24,5 @@ MonoBehaviour:
weight: 0.333
modelPath: Assets/Models/Skeleton_Rogue.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller
waveMin: 3
waveMax: 20

View File

@@ -16,6 +16,7 @@ MonoBehaviour:
memo: "Elite(\uC18C\uC218 \uC815\uC608)"
moveSpeed: 6.6
maxHp: 100
sight: 6
atkRange: 1
atkDamage: 7
atkIntervalSec: 1.3
@@ -23,3 +24,5 @@ MonoBehaviour:
weight: 0.1
modelPath: Assets/Models/Barbarian_Large.fbx
animationControllerPath: Assets/Animations/MonsterAnimationController.controller
waveMin: 5
waveMax: 20