fix no melee attach and adjust skill particle amount

This commit is contained in:
logictc 2022-05-26 14:29:30 -04:00 committed by Melledy
parent cb2d6da2c5
commit e152728ddc
2 changed files with 7 additions and 31 deletions

View File

@ -13,7 +13,7 @@ public class PacketEntityAiSyncNotify extends BasePacket {
EntityAiSyncNotify.Builder proto = EntityAiSyncNotify.newBuilder();
for (int monsterId : notify.getLocalAvatarAlertedMonsterListList()) {
proto.addInfoList(AiSyncInfo.newBuilder().setEntityId(monsterId));
proto.addInfoList(AiSyncInfo.newBuilder().setEntityId(monsterId).setHasPathToTarget(true));
}
this.setData(proto);

View File

@ -201,13 +201,9 @@
"avatarId": 10000030,
"name": "Zhongli",
"amountList": [
{
"value": 0,
"chance": 50
},
{
"value": 1,
"chance": 50
"chance": 100
}
]
},
@ -215,13 +211,9 @@
"avatarId": 10000031,
"name": "Fischl",
"amountList": [
{
"value": 0,
"chance": 33
},
{
"value": 1,
"chance": 67
"chance": 100
}
]
},
@ -293,13 +285,9 @@
"avatarId": 10000038,
"name": "Albedo",
"amountList": [
{
"value": 0,
"chance": 33
},
{
"value": 1,
"chance": 67
"chance": 100
}
]
},
@ -307,13 +295,9 @@
"avatarId": 10000039,
"name": "Diona",
"amountList": [
{
"value": 0,
"chance": 20
},
{
"value": 1,
"chance": 80
"chance": 100
}
]
},
@ -455,13 +439,9 @@
"avatarId": 10000052,
"name": "Raiden Shogun",
"amountList": [
{
"value": 0,
"chance": 50
},
{
"value": 1,
"chance": 50
"chance": 100
}
]
},
@ -479,13 +459,9 @@
"avatarId": 10000054,
"name": "Sangonomiya Kokomi",
"amountList": [
{
"value": 0,
"chance": 33
},
{
"value": 1,
"chance": 67
"chance": 100
}
]
},