{ //////////////////////////////////////////////////////////////// // // 默认武器掉落 // //////////////////////////////////////////////////////////////// "Default_Weapon": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "lockYmove" : true, "suspendHeight" : 0.3, "rotateSpeed" : -45, "rotateVec" : { "x" : 3, "y" : 3, "z" : 10, }, }, }, }, //////////////////////////////////////////////////////////////// // // 白色武器掉落 // //////////////////////////////////////////////////////////////// "Lv1_Weapon": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv1", "bornEffect": "Eff_DropItem_Trail", }, }, }, //////////////////////////////////////////////////////////////// // // 绿色武器掉落 // //////////////////////////////////////////////////////////////// "Lv2_Weapon": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv2", "bornEffect": "Eff_DropItem_Trail", }, }, }, //////////////////////////////////////////////////////////////// // // 蓝色武器掉落 // //////////////////////////////////////////////////////////////// "Lv3_Weapon": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv3", "bornEffect": "Eff_DropItem_Trail", }, }, }, //////////////////////////////////////////////////////////////// // // 紫色武器掉落 // //////////////////////////////////////////////////////////////// "Lv4_Weapon": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv4", "bornEffect": "Eff_DropItem_Trail", }, }, }, //////////////////////////////////////////////////////////////// // // 橙色武器掉落 // //////////////////////////////////////////////////////////////// "Lv5_Weapon": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv5", "bornEffect": "Eff_DropItem_Trail", }, }, }, //////////////////////////////////////////////////////////////// // // 白色法器掉落 // //////////////////////////////////////////////////////////////// "Lv1_Catalyst": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Catalyst_Lv1", "bornEffect": "Eff_DropItem_Trail", /*"dropOffset": { "x": 0, "y": 0.1, "z": 0, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 绿色法器掉落 // //////////////////////////////////////////////////////////////// "Lv2_Catalyst": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Catalyst_Lv2", "bornEffect": "Eff_DropItem_Trail", /*"dropOffset": { "x": 0, "y": 0.1, "z": 0, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 蓝色法器掉落 // //////////////////////////////////////////////////////////////// "Lv3_Catalyst": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Catalyst_Lv3", "bornEffect": "Eff_DropItem_Trail", /*"dropOffset": { "x": 0, "y": 0.1, "z": 0, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 紫色法器掉落 // //////////////////////////////////////////////////////////////// "Lv4_Catalyst": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Catalyst_Lv4", "bornEffect": "Eff_DropItem_Trail", /*"dropOffset": { "x": 0, "y": 0.1, "z": 0, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 橙色法器掉落 // //////////////////////////////////////////////////////////////// "Lv5_Catalyst": { "$type": "ConfigGadget", /*"hasModel": true, "model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Catalyst_Lv5", "bornEffect": "Eff_DropItem_Trail", /*"dropOffset": { "x": 0, "y": 0.1, "z": 0, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 默认道具掉落 // //////////////////////////////////////////////////////////////// "Default_Item": { "$type": "ConfigGadget", //"hasModel": true, /*"model": { "bornEffect": "Eff_DropItem_Trail", },*/ "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "dropEffect": "Eff_Item_Hint_Small", /*"rotateVec" : { "x" : 3, "y" : 3, "z" : 10, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 白色道具掉落 // //////////////////////////////////////////////////////////////// "Lv1_Item": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_DropItem_Trail", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv1", }, }, }, //////////////////////////////////////////////////////////////// // // 绿色道具掉落 // //////////////////////////////////////////////////////////////// "Lv2_Item": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_DropItem_Trail", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv2", }, }, }, //////////////////////////////////////////////////////////////// // // 蓝色道具掉落 // //////////////////////////////////////////////////////////////// "Lv3_Item": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_DropItem_Trail", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, "dropEffect": "Eff_DropWeapon_Lv3", }, }, }, //////////////////////////////////////////////////////////////// // // 紫色道具掉落 // //////////////////////////////////////////////////////////////// "Lv4_Item": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_DropItem_Trail", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "dropEffect": "Eff_DropWeapon_Lv4", "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, }, }, }, //////////////////////////////////////////////////////////////// // // 橙色道具掉落 // //////////////////////////////////////////////////////////////// "Lv5_Item": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_DropItem_Trail", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "dropEffect": "Eff_DropWeapon_Lv5", "rotateVec" : { "x" : 5, "y" : 5, "z" : -3, }, "dropPointMaxYaw": 30, "dropPointMinSpeed": 2, "dropPointMaxSpeed": 3, }, }, }, //////////////////////////////////////////////////////////////// // // 不动道具掉落 // //////////////////////////////////////////////////////////////// "Default_NoDrop_Item": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : true, }, }, }, //////////////////////////////////////////////////////////////// // // 任务道具掉落 // //////////////////////////////////////////////////////////////// "Default_Task_Item": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "isStatic" : false, "dirVec" : { "x" : 2, "y" : 6, "z" : 0, }, }, }, }, //////////////////////////////////////////////////////////////// // // 默认怪物武器掉落 // //////////////////////////////////////////////////////////////// "Default_MonsterWeapon": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Monster", "isStatic" : false, }, }, }, //////////////////////////////////////////////////////////////// // // 原石 // //////////////////////////////////////////////////////////////// "Default_UncarvedGem": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "isStatic" : false, "dropEffect": "SceneObj_Test_IceBall", "dirVec" : { "x" : 2, "y" : 6, "z" : 0, }, }, }, }, //////////////////////////////////////////////////////////////// // // 摩拉 // //////////////////////////////////////////////////////////////// "Default_Mora": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "GroupAuto", "isStatic" : false, "rotateVec" : { "x" : 3, "y" : 3, "z" : 10, }, "attractDelayTime" : 1.5, "multi" : { "minNum" : 4, "maxNum" : 8, "minSpeed": 1.2, "maxSpeed": 1.5, "dirMinVec" : { "x" : 0.8, "y" : 5, "z" : 0, }, "dirMaxVec" : { "x" : 1, "y" : 6, "z" : 0, }, }, "suspendHeight" : 0.07, //"suspendSpeed" : 180.0, /*"lockYmove" : true, "suspendHeight" : 0.7, "rotateSpeed" : -45,*/ }, }, }, //////////////////////////////////////////////////////////////// // // 默认道具有任务提示掉落 // //////////////////////////////////////////////////////////////// "Default_Item_WithQuest": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_Quest_SiteInteract", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Select", "isStatic" : false, "dropEffect": "Eff_Item_Hint_Small", /*"rotateVec" : { "x" : 3, "y" : 3, "z" : 10, },*/ }, }, }, //////////////////////////////////////////////////////////////// // // 藏宝代币 // //////////////////////////////////////////////////////////////// "SceneObj_Area_Common_Property_Prop_BlankCoin_01": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "isStatic" : false, //"dropEffect": "SceneObj_Test_IceBall", "dirVec" : { "x" : 2, "y" : 6, "z" : 0, }, }, }, }, //////////////////////////////////////////////////////////////// // // 木材 // //////////////////////////////////////////////////////////////// "Default_Attract_Item": { "$type": "ConfigGadget", "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "disableInitJump": true, "attractDelayTime": 2, "initBackSpeed": 3.0, "backFanAngle": 170.0, "backFanStartAngle": 150.0, "attractAccelerate": 2.0, "attractMaxDistance": 30, "heightOffset":0.6, "rotateVec": { "x": 600, "y": 600, "z": 600, }, "attractAudio": "Play_sfx_pickups_object_wood_get", }, }, }, //////////////////////////////////////////////////////////////// // // 抓小动物吸附物 // //////////////////////////////////////////////////////////////// "Default_Attract_CatchAnimal": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_SceneObj_CatchAnimal_Bullet", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "isStatic" : false, "dropEffect": "Eff_SceneObj_CatchAnimal_Bullet", //"bornEffect": "Eff_SceneObj_CatchAnimal_Bullet", //"disableInitJump": true, "attractDelayTime": 2, "initBackSpeed": 3.0, "backFanAngle": 170.0, "backFanStartAngle": 150.0, "attractAccelerate": 2.0, "attractMaxDistance": 30, "heightOffset":0.6, "rotateVec": { "x": 600, "y": 600, "z": 600, }, //"attractAudio": "Play_sfx_pickups_object_wood_get", }, }, "combat" : { "property": { "HP" : 10, "attack" : 0, "defense" : 0, "isGhostToAllied" : true, "isGhostToEnemy" : true, "isInvincible" : true, }, "combatLock": { "denyLockOn" : true, }, "beHit" : { "hitBloodEffect":"", "muteAllHit":true, "muteAllHitEffect":true, "muteAllHitText":true, }, "die": { "dieDisappearEffect":"Eff_SceneObj_CatchAnimal_Shoot", }, }, }, //////////////////////////////////////////////////////////////// // // 抓小动物吸附物 活动版 // //////////////////////////////////////////////////////////////// "Default_Attract_CatchAnimal_Activity": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_SceneObj_CatchAnimal_Bullet", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "isStatic" : false, "dropEffect": "Eff_SceneObj_CatchAnimal_Bullet", //"bornEffect": "Eff_SceneObj_CatchAnimal_Bullet", //"disableInitJump": true, "attractDelayTime": 2, "initBackSpeed": 3.0, "backFanAngle": 170.0, "backFanStartAngle": 150.0, "attractAccelerate": 2.0, "attractMaxDistance": 30, "heightOffset":0.6, "isDummyPick":true,//拾取后不触发真正的拾取 "isPickDestroy":true,//拾取后客户端直接销毁,目前只支持Attract "rotateVec": { "x": 600, "y": 600, "z": 600, }, //"attractAudio": "Play_sfx_pickups_object_wood_get", }, }, "combat" : { "property": { "HP" : 10, "attack" : 0, "defense" : 0, "isGhostToAllied" : true, "isGhostToEnemy" : true, "isInvincible" : true, }, "combatLock": { "denyLockOn" : true, }, "beHit" : { "hitBloodEffect":"", "muteAllHit":true, "muteAllHitEffect":true, "muteAllHitText":true, }, "die": { "dieDisappearEffect":"Eff_SceneObj_CatchAnimal_Shoot", }, }, }, //////////////////////////////////////////////////////////////// // // 2.8海岛船能量球dummy吸附 // //////////////////////////////////////////////////////////////// "Default_Attract_BoatRaceNitrogen_Activity": { "$type": "ConfigGadget", "hasModel": true, "model": { "attachEffect": "Eff_SceneObj_BoatRaceNitrogen_01_Trail", }, "misc" : { "pickup" : { "$type": "ConfigPickup", "pickType" : "Attract", "isStatic" : false, "dropEffect": "Eff_SceneObj_BoatRaceNitrogen_01_Trail", "attractDelayTime": 0, "initBackSpeed": 2.1, "backDecelerate": 0.1, "backFanAngle": 180, "backFanStartAngle": 180, "attractAccelerate": 2.1, "attractMaxDistance": 300, // "heightOffset": 0, "isDummyPick": true,//拾取后不触发真正的拾取 "isPickDestroy": true,//拾取后客户端直接销毁,目前只支持Attract "reboundTimes": 0, "disableInitJump": true, // "dropPointMinSpeed": 0.1, // "dropPointMaxSpeed": 0.2, // "reboundRation": 1, // "rotateVec": // { // "x": 600, // "y": 600, // "z": 600, // }, //"attractAudio": "Play_sfx_pickups_object_wood_get", }, }, "combat" : { "property": { "HP" : 10, "attack" : 0, "defense" : 0, "isGhostToAllied" : true, "isGhostToEnemy" : true, "isInvincible" : true, }, "combatLock": { "denyLockOn" : true, }, "beHit" : { "hitBloodEffect":"", "muteAllHit":true, "muteAllHitEffect":true, "muteAllHitText":true, }, "timer" : { "lifeTime" : 3.0, //存在时间 }, // "die": // { // "dieDisappearEffect":"", // }, }, }, }