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(); EntityAiSyncNotify.Builder proto = EntityAiSyncNotify.newBuilder();
for (int monsterId : notify.getLocalAvatarAlertedMonsterListList()) { for (int monsterId : notify.getLocalAvatarAlertedMonsterListList()) {
proto.addInfoList(AiSyncInfo.newBuilder().setEntityId(monsterId)); proto.addInfoList(AiSyncInfo.newBuilder().setEntityId(monsterId).setHasPathToTarget(true));
} }
this.setData(proto); this.setData(proto);

View File

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