fix: 调整英雄刘邦属性和技能范围,优化移动边界逻辑
- 将刘邦的攻击距离从100增加到120 - 调整战士移动边界从±420到±280 - 修改怪物移动逻辑,x>280时允许移动攻击 - 关闭部分prefab的_active状态 - 增加技能5000和6001-6002的攻击距离
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
"__id__": 10
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 18
|
||||
@@ -1150,7 +1150,7 @@
|
||||
"__id__": 50
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 58
|
||||
@@ -2029,7 +2029,7 @@
|
||||
"__id__": 90
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 98
|
||||
@@ -2533,6 +2533,8 @@
|
||||
"__id__": 0
|
||||
},
|
||||
"fileId": "2cGho1ykJKfpUTHn50V/AJ",
|
||||
"instance": null,
|
||||
"targetOverrides": null,
|
||||
"nestedPrefabInstanceRoots": null
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user