洛娜的世界吧 关注:40,207贴子:56,860
  • 2回复贴,共1

对自己生效的灵魂抚慰技能

只看楼主收藏回复

灵魂抚慰的文件是LonaRPG\Data\Effects\Skill\BasicNunHeal点json
我给灵魂抚慰改成不用蓄力,只对自己生效,回血回体力上buff,并且释放圣意的友方回血buff旗子,对自己释放圣意的光盾,
有光盾被打没硬直,基本上效果就是一键满血复活并化身战神。
(旗子回血对自己无效,改的话旗子buff在AoeChannelSpdBuff,你甚至可以改这个文件让旗子给友方npc群体上盾回血回体力,不过这么改,给npc的召唤物上盾的某些情况下会闪退)
代码如下,替换原来BasicNunHeal文件内容就好
{
"item_name": "BasicNunHeal",
"CHS_animation": "animation_mc_pick_up",
"wait_hit_frame": true,
"hold_animation": "animation_atk_pray_hold",
"range": 5,
"back_stab":1,
"stealth": false,
"hit_frame":20,
"summon_hold": "EffectHoldNil2",
"summon_hit": "EfxHitProtectShield",
"summon_user":"ProjBattleStandard",
"no_parry":true,
"no_dodge":true,
"no_aggro":true,
"no_action_change":true,
"is_support" : true,
"hold_type": "none",
"hit_detection":"SelfSmallAttack",
"projectile_type": 0,
"effect_since" : 0,
"ai_value": {
"assulter": 100,
"killer": 100,
"fucker": 100
},
"cost": [{
"base": {
"attribute_name": "sta",
"attribute_type": "current",
"adjustor": "+",
"adjustment": "2",
"lowest_req" : "-100",
"highest_req" : "65535"
},
"compare": {}
}],
"effect": [{
"race_skip": ["Undead"],
"popup_type": "PlusSta",
"base": {
"attribute_name": "constitution",
"attribute_type": "current",
"adjustor": "*",
"adjustment": "0.7"
},
"compare": {
"attribute_name": null,
"attribute_type": "current",
"adjustor": "-",
"adjustment": "10"
},
"damage": {
"adjustor": "+",
"attribute_name": "sta",
"attribute_type": "current"
}
},
{
"race_skip": ["Undead"],
"popup_type": "PlusHealth",
"base": {
"attribute_name": "constitution",
"attribute_type": "current",
"adjustor": "*",
"adjustment": "0.5"
},
"compare": {
"attribute_name": null,
"attribute_type": "current",
"adjustor": "+",
"adjustment": "0"
},
"damage": {
"adjustor": "+",
"attribute_name": "health",
"attribute_type": "current"
}
}
],
"add_state": [{
"popup_type": "State",
"states": ["ChannelSpdBuff10"],
"chance":100
}],
"hit_gate": "-1",
"hit_chance": []
}


IP属地:内蒙古1楼2025-07-11 22:16回复
    真正的超级英雄就在这里!!!


    IP属地:广东2楼2025-07-12 12:32
    收起回复