重构战斗资源加载 , 新添加宠物

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-12-07 02:14:18 +08:00
parent 1dbbc6c79b
commit 931f580082
257 changed files with 15654 additions and 348 deletions

View File

@@ -1 +1,98 @@
[]
[
{
"id": 130001,
"name": "宠物:小石头",
"path": "spine/召唤与合成819个Spine/小石头/guaiA1a/spine/guaiA1a",
"type": 0
},
{
"id": 130002,
"name": "宠物:坚强小石",
"path": "spine/召唤与合成819个Spine/坚强小石/guaiA1a_1/spine/guaiA1a",
"type": 0
},
{
"id": 130003,
"name": "宠物:疯狂松鼠",
"path": "spine/召唤与合成819个Spine/疯狂松鼠/guaiA4e_2/spine/guaiA4e",
"type": 0
},
{
"id": 130004,
"name": "宠物:妙蛙种子",
"path": "spine/神奇宝贝/001妙蛙种子/spine/001妙蛙种子",
"type": 0
},
{
"id": 130005,
"name": "宠物:雷吉艾斯",
"path": "spine/神奇宝贝/378雷吉艾斯/spine/378雷吉艾斯",
"type": 0
},
{
"id": 140001,
"name": "爆炸",
"path": "effect/爆炸效果/shouji_01/spine/shouji_01",
"type": 0
},
{
"id": 140002,
"name": "炸弹",
"path": "bullets/疯狂松鼠/attack/spriteFrame",
"type": 1
},
{
"id": 140003,
"name": "疯狂松鼠的技能开始 松鼠向天上丢出炸弹",
"path": "spine/召唤与合成819个Spine/疯狂松鼠/guaiA4es_2/spine/guaiA4es",
"type": 0
},
{
"id": 140004,
"name": "火球",
"path": "effect/子弹效果/base_fly_fire/spine/buff_fire",
"type": 0
},
{
"id": 140005,
"name": "火球爆炸",
"path": "effect/爆炸效果/zhouyu_skill2_2/spine/zhouyu_skill2_2",
"type": 0
},
{
"id": 150001,
"name": "天空城:地图1(前)",
"path": "map/MAP6/MAP6_1/spriteFrame",
"type": 1
},
{
"id": 150002,
"name": "天空城:地图2(后)",
"path": "map/MAP6/MAP6_2/spriteFrame",
"type": 1
},
{
"id": 150003,
"name": "天空城:地图3(天空)",
"path": "map/MAP6/MAP6_3/spriteFrame",
"type": 1
},
{
"id": 150004,
"name": "魔法镇:地图1(前)",
"path": "map/MAP4/MAP4_1/spriteFrame",
"type": 1
},
{
"id": 150005,
"name": "魔法镇:地图2(后)",
"path": "map/MAP4/MAP4_2/spriteFrame",
"type": 1
},
{
"id": 150006,
"name": "魔法镇:地图3(天空)",
"path": "map/MAP4/MAP4_3/spriteFrame",
"type": 1
}
]

View File

@@ -2,7 +2,7 @@
"ver": "2.0.1",
"importer": "json",
"imported": true,
"uuid": "95a40bf9-994f-4f8c-bd5e-f8bc347becf3",
"uuid": "65f65595-306d-4900-b587-13aabe848686",
"files": [
".json"
],

View File

@@ -2,9 +2,9 @@
{
"id": 60001,
"mapName": "天空城",
"map1": "map/MAP6/MAP6_1/spriteFrame",
"map2": "map/MAP6/MAP6_2/spriteFrame",
"map3": "map/MAP6/MAP6_3/spriteFrame",
"map1": 150001,
"map2": 150002,
"map3": 150003,
"map1OffsetY": 80,
"map2OffsetY": 520,
"map3OffsetY": 520,
@@ -13,9 +13,9 @@
{
"id": 60002,
"mapName": "魔法镇",
"map1": "map/MAP4/MAP4_1/spriteFrame",
"map2": "map/MAP4/MAP4_2/spriteFrame",
"map3": "map/MAP4/MAP4_3/spriteFrame",
"map1": 150004,
"map2": 150005,
"map3": 150006,
"map1OffsetY": 80,
"map2OffsetY": 520,
"map3OffsetY": 520,

View File

@@ -18,7 +18,8 @@
"mapImage": "ui/map/魔法镇_图片/spriteFrame",
"mapId": 60002,
"petIds": [
10004
10004,
10005
],
"sign": "",
"introduce": "魔法阵 这里有魔法精灵~"

View File

@@ -2,21 +2,21 @@
{
"id": 10001,
"roleName": "小石头",
"spine": "spine/召唤与合成819个Spine/小石头/guaiA1a/spine/guaiA1a",
"spine": 130001,
"roleSkillIds": [],
"roleAttackRange": 100
},
{
"id": 10002,
"roleName": "坚强小石",
"spine": "spine/召唤与合成819个Spine/坚强小石/guaiA1a_1/spine/guaiA1a",
"spine": 130002,
"roleSkillIds": [],
"roleAttackRange": 100
},
{
"id": 10003,
"roleName": "疯狂松鼠",
"spine": "spine/召唤与合成819个Spine/疯狂松鼠/guaiA4e_2/spine/guaiA4e",
"spine": 130003,
"roleSkillIds": [
40001
],
@@ -25,10 +25,17 @@
{
"id": 10004,
"roleName": "妙蛙种子",
"spine": "spine/神奇宝贝/001妙蛙种子/spine/001妙蛙种子",
"spine": 130004,
"roleSkillIds": [
40002
],
"roleAttackRange": 350
},
{
"id": 10005,
"roleName": "雷吉艾斯",
"spine": 130005,
"roleSkillIds": [],
"roleAttackRange": 350
}
]

View File

@@ -13,8 +13,8 @@
"id": 10003,
"attackWay": "ParabolicBangRemote",
"attackArgs": [
"30002",
"30001",
"140002",
"140001",
"timo5 007",
"0.6",
"100",
@@ -25,5 +25,10 @@
"id": 10004,
"attackWay": "Normal",
"attackArgs": []
},
{
"id": 10005,
"attackWay": "Normal",
"attackArgs": []
}
]

View File

@@ -1,32 +0,0 @@
[
{
"id": 30001,
"resName": "爆炸",
"resType": "Spine",
"resSrc": "effect/爆炸效果/shouji_01/spine/shouji_01"
},
{
"id": 30002,
"resName": "炸弹",
"resType": "Sprite",
"resSrc": "bullets/疯狂松鼠/attack/spriteFrame"
},
{
"id": 30003,
"resName": "疯狂松鼠的技能开始 松鼠向天上丢出炸弹",
"resType": "Spine",
"resSrc": "spine/召唤与合成819个Spine/疯狂松鼠/guaiA4es_2/spine/guaiA4es"
},
{
"id": 30004,
"resName": "火球",
"resType": "Spine",
"resSrc": "effect/子弹效果/base_fly_fire/spine/buff_fire"
},
{
"id": 30005,
"resName": "火球爆炸",
"resType": "Spine",
"resSrc": "effect/爆炸效果/zhouyu_skill2_2/spine/zhouyu_skill2_2"
}
]