This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-12-18 09:31:13 +08:00
parent 9a3f666df1
commit 300eb7d5d4
95 changed files with 4240 additions and 83 deletions

View File

@@ -29,6 +29,18 @@
"path": "spine/神奇宝贝/378雷吉艾斯/spine/378雷吉艾斯",
"type": 0
},
{
"id": 130006,
"name": "宠物:星球杯",
"path": "spine/宠物/星球杯/spine/xingqiubei",
"type": 0
},
{
"id": 130007,
"name": "宠物:白切鸡",
"path": "spine/宠物/白切鸡/spine/baiqieji",
"type": 0
},
{
"id": 140001,
"name": "爆炸",
@@ -37,7 +49,7 @@
},
{
"id": 140002,
"name": "炸弹",
"name": "疯狂松鼠-炸弹",
"path": "bullets/疯狂松鼠/attack/spriteFrame",
"type": 1
},
@@ -59,6 +71,12 @@
"path": "effect/爆炸效果/zhouyu_skill2_2/spine/zhouyu_skill2_2",
"type": 0
},
{
"id": 140006,
"name": "星球杯-巧克力球",
"path": "bullets/星球杯/巧克力球/spriteFrame",
"type": 1
},
{
"id": 150001,
"name": "天空城:地图1(前)",

View File

@@ -19,7 +19,9 @@
"mapId": 60002,
"petIds": [
10004,
10005
10005,
10006,
10007
],
"sign": "",
"introduce": "魔法阵 这里有魔法精灵~"

View File

@@ -37,5 +37,21 @@
"spine": 130005,
"roleSkillIds": [],
"roleAttackRange": 350
},
{
"id": 10006,
"roleName": "星球杯",
"spine": 130006,
"roleSkillIds": [],
"roleAttackRange": 500
},
{
"id": 10007,
"roleName": "白切鸡",
"spine": 130007,
"roleSkillIds": [
40003
],
"roleAttackRange": 100
}
]

View File

@@ -30,5 +30,19 @@
"id": 10005,
"attackWay": "Normal",
"attackArgs": []
},
{
"id": 10006,
"attackWay": "ParabolicSingleRemote",
"attackArgs": [
"140006",
"bone19",
"1"
]
},
{
"id": 10007,
"attackWay": "Normal",
"attackArgs": []
}
]

View File

@@ -18,5 +18,14 @@
"8"
],
"skillText": "妙蛙种子攻击8次 触发一次射叶子技能"
},
{
"id": 40003,
"skillName": "疯狂杀戮",
"skillController": "GSkillCDNormal",
"skillArgs": [
"5"
],
"skillText": "白切鸡技能 失去理智疯狂攻击对手"
}
]