게임 데이터 수정
- Player, Tower, Monster, Creep에 Sight 컬럼 추가 (player는 visionRadius 대응 필요) - Tower 레벨 컬럼 및 더미 데이터 추가 - 시야 전용 건물 Torch fbx 추가
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
"condition": null,
|
||||
"description": "체력"
|
||||
},
|
||||
{
|
||||
"name": "sight",
|
||||
"type": "int",
|
||||
"condition": null,
|
||||
"description": "시야"
|
||||
},
|
||||
{
|
||||
"name": "atk_range",
|
||||
"type": "int",
|
||||
|
||||
Reference in New Issue
Block a user