DNF阿拉德游戏论坛

 找回密码
 立即注册
查看: 5113|回复: 0
打印 上一主题 下一主题

[教程] dnf装备&时装套装属性在哪里修改?路径及套装效果说明

[复制链接]

签到天数: 42 天

[LV.5]阿拉德勇士

1165

主题

1501

帖子

7万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
73612
怒气
65390
声望
2685
战力
1166

活跃会员灌水之王游戏爱好者阿拉德最佳作者阿拉德勇士战斗法师DOF玩家佛系DNF玩家

跳转到指定楼层
楼主
发表于 2019-11-3 04:24:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
PVF修改路径:游戏内整体套装路径“etc/equipmentpartset.etc”,详细套装属性路径“equipment/character/partset/chn_part_set_*****.equ”

代码说明:

  1. #PVF_File

  2. [set name]
  3.         `阿拉德化裝舞會 套裝`

  4. [piece set ability]  //这里是说8件同时穿上的套装效果
  5.         8
  6.         [HP MAX]   //生命值
  7.                 150
  8.         [MP MAX]  //魔法值
  9.                 150
  10.         [physical attack]  //力量
  11.                 25
  12.         [physical defense]  //体力
  13.                 25
  14.         [magical attack]  //智力
  15.                 25
  16.         [magical defense] //精神
  17.                 25
  18.         [inventory limit]  //背包负重上限(单位克/g)
  19.                 6000
  20.         [HP regen speed]  //生命回复速度
  21.                 20
  22.         [MP regen speed]  //魔法回复速度
  23.                 4
  24.         [move speed]   //移动速度
  25.                 20
  26.         [attack speed]  //攻击速度
  27.                 20
  28.         [cast speed]  //施放速度
  29.                 20
  30.         [parameter basic explain]  //特殊属性
  31.                 `攻擊或施放技能時, 有3%%的幾率為自身附加隨機Buff。`
  32.         [if]
  33.                 [module]
  34.                         `[dungeon type]`
  35.                 [/module]
  36.                 [cooltime]
  37.                         50000
  38.                 [attack success]
  39.                         1
  40.         [/if]
  41.         [multiple then]
  42.                 [then]
  43.                         [target]
  44.                                 `myself`        -1
  45.                         [duration]
  46.                                 30000
  47.                         [probability]
  48.                                 3
  49.                         [stat]
  50.                                 `physical attack`
  51.                                 `+`        10
  52.                         [stat]
  53.                                 `physical defense`
  54.                                 `+`        10
  55.                         [then probability]
  56.                                 20.0
  57.                         [appendage]
  58.                                 10147
  59.                 [/then]
  60.                 [then]
  61.                         [target]
  62.                                 `myself`        -1
  63.                         [duration]
  64.                                 30000
  65.                         [probability]
  66.                                 3
  67.                         [stat]
  68.                                 `magical attack`
  69.                                 `+`        10
  70.                         [stat]
  71.                                 `magical defense`
  72.                                 `+`        10
  73.                         [then probability]
  74.                                 20.0
  75.                         [appendage]
  76.                                 10147
  77.                 [/then]
  78.                 [then]
  79.                         [target]
  80.                                 `myself`        -1
  81.                         [duration]
  82.                                 30000
  83.                         [probability]
  84.                                 3
  85.                         [stat]
  86.                                 `attack speed`
  87.                                 `+`        30
  88.                         [stat]
  89.                                 `cast speed`
  90.                                 `+`        30
  91.                         [stat]
  92.                                 `move speed`
  93.                                 `+`        30
  94.                         [then probability]
  95.                                 20.0
  96.                         [appendage]
  97.                                 10147
  98.                 [/then]
  99.                 [then]
  100.                         [target]
  101.                                 `myself`        -1
  102.                         [duration]
  103.                                 30000
  104.                         [probability]
  105.                                 3
  106.                         [stat]
  107.                                 `physical critical hit`
  108.                                 `+`        3
  109.                         [stat]
  110.                                 `magical critical hit`
  111.                                 `+`        3
  112.                         [then probability]
  113.                                 20.0
  114.                         [appendage]
  115.                                 10147
  116.                 [/then]
  117.                 [then]
  118.                         [target]
  119.                                 `myself`        -1
  120.                         [duration]
  121.                                 30000
  122.                         [probability]
  123.                                 3
  124.                         [stat]
  125.                                 `equipment physical attack`
  126.                                 `+`        10
  127.                         [stat]
  128.                                 `equipment magical attack`
  129.                                 `+`        10
  130.                         [then probability]
  131.                                 20.0
  132.                         [appendage]
  133.                                 10147
  134.                 [/then]
  135.         [/multiple then]
  136.         [if]
  137.                 [module]
  138.                         `[dungeon type]`
  139.                 [/module]
  140.                 [casting]
  141.                         1
  142.                 [cooltime]
  143.                         50000
  144.         [/if]
  145.         [multiple then]
  146.                 [then]
  147.                         [probability]
  148.                                 20
  149.                         [target]
  150.                                 `myself`        -1
  151.                         [equipment duration]
  152.                                 30000
  153.                         [stat]
  154.                                 `physical attack`
  155.                                 `+`        10
  156.                         [stat]
  157.                                 `physical defense`
  158.                                 `+`        10
  159.                         [then probability]
  160.                                 20.0
  161.                         [appendage]
  162.                                 10147
  163.                 [/then]
  164.                 [then]
  165.                         [probability]
  166.                                 20
  167.                         [target]
  168.                                 `myself`        -1
  169.                         [equipment duration]
  170.                                 30000
  171.                         [stat]
  172.                                 `magical attack`
  173.                                 `+`        10
  174.                         [stat]
  175.                                 `magical defense`
  176.                                 `+`        10
  177.                         [then probability]
  178.                                 20.0
  179.                         [appendage]
  180.                                 10147
  181.                 [/then]
  182.                 [then]
  183.                         [probability]
  184.                                 20
  185.                         [target]
  186.                                 `myself`        -1
  187.                         [equipment duration]
  188.                                 30000
  189.                         [stat]
  190.                                 `attack speed`
  191.                                 `+`        30
  192.                         [stat]
  193.                                 `cast speed`
  194.                                 `+`        30
  195.                         [stat]
  196.                                 `move speed`
  197.                                 `+`        30
  198.                         [then probability]
  199.                                 20.0
  200.                         [appendage]
  201.                                 10147
  202.                 [/then]
  203.                 [then]
  204.                         [probability]
  205.                                 20
  206.                         [target]
  207.                                 `myself`        -1
  208.                         [equipment duration]
  209.                                 30000
  210.                         [stat]
  211.                                 `physical critical hit`
  212.                                 `+`        3
  213.                         [stat]
  214.                                 `magical critical hit`
  215.                                 `+`        3
  216.                         [then probability]
  217.                                 20.0
  218.                         [appendage]
  219.                                 10147
  220.                 [/then]
  221.                 [then]
  222.                         [probability]
  223.                                 20
  224.                         [target]
  225.                                 `myself`        -1
  226.                         [equipment duration]
  227.                                 30000
  228.                         [stat]
  229.                                 `equipment physical attack`
  230.                                 `+`        10
  231.                         [stat]
  232.                                 `equipment magical attack`
  233.                                 `+`        10
  234.                         [then probability]
  235.                                 20.0
  236.                         [appendage]
  237.                                 10147
  238.                 [/then]
  239.         [/multiple then]
  240.         [if]
  241.                 [module]
  242.                         `[pvp type]`
  243.                 [/module]
  244.                 [attack success]
  245.                         1
  246.                 [cooltime]
  247.                         50000
  248.         [/if]
  249.         [multiple then]
  250.                 [then]
  251.                         [probability]
  252.                                 20
  253.                         [target]
  254.                                 `myself`        -1
  255.                         [equipment duration]
  256.                                 30000
  257.                         [stat]
  258.                                 `physical attack`
  259.                                 `+`        10
  260.                         [stat]
  261.                                 `physical defense`
  262.                                 `+`        10
  263.                         [then probability]
  264.                                 20.0
  265.                         [appendage]
  266.                                 10147
  267.                 [/then]
  268.                 [then]
  269.                         [probability]
  270.                                 20
  271.                         [target]
  272.                                 `myself`        -1
  273.                         [equipment duration]
  274.                                 30000
  275.                         [stat]
  276.                                 `magical attack`
  277.                                 `+`        10
  278.                         [stat]
  279.                                 `magical defense`
  280.                                 `+`        10
  281.                         [then probability]
  282.                                 20.0
  283.                         [appendage]
  284.                                 10147
  285.                 [/then]
  286.                 [then]
  287.                         [probability]
  288.                                 20
  289.                         [target]
  290.                                 `myself`        -1
  291.                         [equipment duration]
  292.                                 30000
  293.                         [stat]
  294.                                 `attack speed`
  295.                                 `+`        30
  296.                         [stat]
  297.                                 `cast speed`
  298.                                 `+`        30
  299.                         [stat]
  300.                                 `move speed`
  301.                                 `+`        30
  302.                         [then probability]
  303.                                 20.0
  304.                         [appendage]
  305.                                 10147
  306.                 [/then]
  307.                 [then]
  308.                         [probability]
  309.                                 20
  310.                         [target]
  311.                                 `myself`        -1
  312.                         [equipment duration]
  313.                                 30000
  314.                         [stat]
  315.                                 `physical critical hit`
  316.                                 `+`        3
  317.                         [stat]
  318.                                 `magical critical hit`
  319.                                 `+`        3
  320.                         [then probability]
  321.                                 20.0
  322.                         [appendage]
  323.                                 10147
  324.                 [/then]
  325.                 [then]
  326.                         [probability]
  327.                                 20
  328.                         [target]
  329.                                 `myself`        -1
  330.                         [equipment duration]
  331.                                 30000
  332.                         [stat]
  333.                                 `equipment physical attack`
  334.                                 `+`        10
  335.                         [stat]
  336.                                 `equipment magical attack`
  337.                                 `+`        10
  338.                         [then probability]
  339.                                 20.0
  340.                         [appendage]
  341.                                 10147
  342.                 [/then]
  343.         [/multiple then]
  344.         [if]
  345.                 [module]
  346.                         `[pvp type]`
  347.                 [/module]
  348.                 [casting]
  349.                         1
  350.                 [cooltime]
  351.                         50000
  352.         [/if]
  353.         [multiple then]
  354.                 [then]
  355.                         [probability]
  356.                                 20
  357.                         [target]
  358.                                 `myself`        -1
  359.                         [equipment duration]
  360.                                 30000
  361.                         [stat]
  362.                                 `physical attack`
  363.                                 `+`        10
  364.                         [stat]
  365.                                 `physical defense`
  366.                                 `+`        10
  367.                         [then probability]
  368.                                 20.0
  369.                         [appendage]
  370.                                 10147
  371.                 [/then]
  372.                 [then]
  373.                         [probability]
  374.                                 20
  375.                         [target]
  376.                                 `myself`        -1
  377.                         [equipment duration]
  378.                                 30000
  379.                         [stat]
  380.                                 `magical attack`
  381.                                 `+`        10
  382.                         [stat]
  383.                                 `magical defense`
  384.                                 `+`        10
  385.                         [then probability]
  386.                                 20.0
  387.                         [appendage]
  388.                                 10147
  389.                 [/then]
  390.                 [then]
  391.                         [probability]
  392.                                 20
  393.                         [target]
  394.                                 `myself`        -1
  395.                         [equipment duration]
  396.                                 30000
  397.                         [stat]
  398.                                 `attack speed`
  399.                                 `+`        30
  400.                         [stat]
  401.                                 `cast speed`
  402.                                 `+`        30
  403.                         [stat]
  404.                                 `move speed`
  405.                                 `+`        30
  406.                         [then probability]
  407.                                 20.0
  408.                         [appendage]
  409.                                 10147
  410.                 [/then]
  411.                 [then]
  412.                         [probability]
  413.                                 20
  414.                         [target]
  415.                                 `myself`        -1
  416.                         [equipment duration]
  417.                                 30000
  418.                         [stat]
  419.                                 `physical critical hit`
  420.                                 `+`        3
  421.                         [stat]
  422.                                 `magical critical hit`
  423.                                 `+`        3
  424.                         [then probability]
  425.                                 20.0
  426.                         [appendage]
  427.                                 10147
  428.                 [/then]
  429.                 [then]
  430.                         [probability]
  431.                                 20
  432.                         [target]
  433.                                 `myself`        -1
  434.                         [equipment duration]
  435.                                 30000
  436.                         [stat]
  437.                                 `equipment physical attack`
  438.                                 `+`        10
  439.                         [stat]
  440.                                 `equipment magical attack`
  441.                                 `+`        10
  442.                         [then probability]
  443.                                 20.0
  444.                         [appendage]
  445.                                 10147
  446.                 [/then]
  447.         [/multiple then]
  448. [/piece set ability]
复制代码

稀有装扮套装属性:
  1. #PVF_File

  2. [set name]
  3.         `稀有裝扮  套裝`

  4. [piece set ability]
  5.         3
  6.         [physical attack]
  7.                 20
  8.         [physical defense]
  9.                 20
  10.         [magical attack]
  11.                 20
  12.         [magical defense]
  13.                 20
  14.         [move speed]
  15.                 15
  16.         [attack speed]
  17.                 15
  18.         [cast speed]
  19.                 15
  20. [/piece set ability]

  21. [piece set ability]
  22.         5
  23.         [HP MAX]
  24.                 220
  25.         [MP MAX]
  26.                 220
  27.         [stuck resistance]
  28.                 10
  29.         [inventory limit]
  30.                 9000
  31.         [MP regen speed]
  32.                 15
  33.         [stuck]
  34.                 -1.0
  35. [/piece set ability]

  36. [piece set ability]
  37.         8
  38.         [physical attack]
  39.                 20
  40.         [physical defense]
  41.                 20
  42.         [magical attack]
  43.                 20
  44.         [magical defense]
  45.                 20
  46.         [all elemental resistance]
  47.                 10
  48.         [move speed]
  49.                 15
  50.         [attack speed]
  51.                 15
  52.         [cast speed]
  53.                 15
  54.         [room list move speed rate]  //城镇移动速度
  55.                 0.6
  56. [/piece set ability]
复制代码


“今天也是充满希望的一天!”——赛丽亚
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|DNF阿拉德游戏论坛 ( 渝ICP备13007431号1 )

GMT+8, 2024-5-9 16:21 , Processed in 0.162763 second(s), 34 queries .

快速回复 返回顶部 返回列表
关闭

阿拉德大陆的勇士们!今天也会是充满希望的一天!