台服dnf吧 关注:120,798贴子:1,972,351

[红枫俱乐部] 装备属性解析

只看楼主收藏回复

投稿人:@治
属性枚举(一定要仔细阅读,理解伤害机制!!!)
1.增加伤害(不能叠加,取最高值)
2.暴击伤害(不能叠加,取最高值)
3.力量,智力增加率(可以叠加)
4.旧附加伤害(白字伤害)
5.增加攻击力(相同數值不能叠加)
6.增加技能攻击力(相同技能叠加)
7.减少敌方防御力(依次叠乘)
8.特效攻攻(固定数值伤害类型)
9.削血伤害(一定比例扣除敌方当前血量)
10.属性強化(数据越高,边际效应越强)
----------------------------------------------------------
技能等级提升
[skill levelup]
`[mage]`482
[/skill levelup]
装备物理攻击
[equipment physical attack]
25802480
装备魔法攻击
[equipment magical attack]
25002470
装备独立攻击
[separate attack]
19001650
力量
[physical attack]
123
智力
[magical attack]
123
体力
[physical defense]
123
精神
[magical defense]
123
攻击速度 除以10为实际增加值
[attack speed]
20
[cast speed]
20
[speed speed]
20
命中率 负多少就加多少
[stuck]
-1
回避率 实际值为写的值除以10
[stuck resistance] 元素唤醒
10
物理暴击率
[physical critical hit]
5
魔法暴击率
[magical critical hit]
5
抗魔值
[anti evil]
60
跳跃力
[jump power]
10
增加城镇移动速度10%
[room list move speed rate]
0.1
HP最大值
[HP MAX]
1000
MP最大值
[MP MAX]
1000
HP恢复速度
[HP regen speed]
50
MP恢复速度
[MP regen speed]
50
增加负重
[inventory limit]
1000
[basic explain]
`装备主要描述`
[detail explain]
`装备详细描述 按f4显示那个`
[flavor text]
`装备灰字描述`
有限时间 数字为时间戳 自行百度时间戳
[expiration date]
1609430399
[交易类型]
封装:sealing
无限制:free
不可交易:trade
账号绑定:account
无法删除:trade delete
[attach type]
`[sealing]`
掉落权重(深渊掉落)
[creation rate]
500
套装指向
[part set index]
12586
套装指向某装备
[set item master]
11920
图标以及边框以及掉落在地上的图标
[icon]
`item/new_equipment/02_cloth/belt/cloth_belt.img`49
[icon mark]
`item/iconmark.img`358
[field image]
`Item/field_equip.img`3
四种属性攻击
[elemental property]
`[light element]`
[elemental property]
`[water element]`
[elemental property]
`[fire element]`
[elemental property]
`[dark element]`
所有属性强化
[all elemental attack]
10
四种属性强化
[light attack]
10
[water attack]
10
[fire attack]
10
[dark attack]
10
四种属性抗性
[light resistance]
10
[water resistance]
10
[fire resistance]
10
[dark resistance]
10
物理绝对攻击力 强化后生效 不需要写装备描述
[physical absolute damage]
1000
魔法绝对攻击力 强化后生效 不需要写装备描述
[magical absolute damage]
1000
物理绝对伤害减免 强化后生效 不需要写装备描述
[physical damage reduce]
1500
魔法绝对伤害减免 强化后生效 不需要写装备描述
[magical damage reduce]
1500
无视防御 需要写装备描述
[ignore defense]
1
[异常状态枚举]
失明:blind
感电:lightning
灼伤:burn
冰冻:freeze
束缚:hold
睡眠:sleep
出血:bleeding
混乱:confuse
诅咒:curse
石化:stone
晕眩:stun
所有异常状态:all activestatus
随机:any
石化几率增加1% 变化状态增加LV6 持续时间增加10秒 伤害增加40% 不需要加装备描述
[active status control info]
`stone`161000040
失明抗性增加10 不需要加装备描述
[blind resistance]
10


IP属地:江苏1楼2022-01-19 16:20回复
    攻击时增加10%%伤害
    [if]
    [attack success]
    1
    [/if]
    [then]
    [target]
    `enemy`-1
    [increase damage]
    `%`10
    [/then]


    IP属地:江苏2楼2022-01-19 16:21
    收起回复
      2025-08-15 00:25:41
      广告
      不感兴趣
      开通SVIP免广告
      攻击时附加10%%伤害
      [if]
      [attack success]
      1
      [/if]
      [then]
      [target]
      `enemy`-1
      [add absolute damage]
      `all`
      `%`45
      [/then]


      IP属地:江苏3楼2022-01-19 16:21
      收起回复
        攻击时增加10%%暴击伤害
        [if]
        [attack success]
        1
        [/if]
        [then]
        [target]
        `enemy`-1
        [increase critical damage]
        `%`10
        [/then]


        IP属地:江苏4楼2022-01-19 16:21
        回复
          自身力量智力提升10%%
          [if]
          [change status]
          `hp`
          `>`
          `%`0
          `end`
          [cooltime]
          5000
          [/if]
          [then]
          [target]
          `myself`-1
          [duration]
          5000
          [stat]
          `physical attack`
          `%`10
          [stat]
          `magical attack`
          `%`10
          [/then]


          IP属地:江苏5楼2022-01-19 16:21
          回复
            自身攻击力提升10%%
            [if]
            [change status]
            `hp`
            `>`
            `%`0
            `end`
            [cooltime]
            5000
            [/if]
            [then]
            [target]
            `myself`-1
            [equipment duration]
            5000
            [stat by condition]
            `physical attack bonus`
            `%`10
            [stat by condition]
            `magical attack bonus`
            `%`10
            [stat by condition]
            `separate attack`
            `%`10
            [/then]


            IP属地:江苏6楼2022-01-19 16:21
            收起回复
              减少500px范围内,敌方10%%的防御力
              [if]
              [cooltime]
              60000
              [change status]
              `hp`
              `>`
              `%`0
              `end`
              [/if]
              [then]
              [target]
              `all enemy`500
              [duration]
              60000
              [stat]
              `equipment physical defense`
              `%`-10
              [stat]
              `equipment magical defense`
              `%`-10
              [/then]


              IP属地:江苏7楼2022-01-19 16:22
              回复
                攻击时 有5%%的概率减少敌方10%%的血量
                [if]
                [attack success]
                1
                [/if]
                [then]
                [target]
                `enemy`-1
                [probability]
                5
                [weakness]
                10
                [/then]


                IP属地:江苏8楼2022-01-19 16:22
                回复
                  2025-08-15 00:19:41
                  广告
                  不感兴趣
                  开通SVIP免广告
                  [各种触发条件]
                  攻击异常状态敌人时 bleeding为异常状态 详情查看异常状态枚举
                  [if]
                  [target active status]
                  `bleeding`
                  [attack success]
                  1
                  [/if]
                  如果队员只有我一人 且攻击成功时 最大可以写四人
                  [if]
                  [party count]
                  `=`1
                  [attack success]
                  1
                  [/if]
                  如果是破招攻击 且攻击成功时
                  [if]
                  [attack condition]
                  `counter`
                  [attack success]
                  1
                  [/if]
                  破招:counter
                  背后攻击:back attack
                  暴击:critical
                  [if]
                  [time]
                  2000010
                  [cooltime]
                  20000
                  [/if]
                  如果队友身上穿戴了装备代码为11534的装备时触发
                  [if]
                  [any body equipped]
                  [target]
                  `party exclude self`
                  [indexes]
                  11534
                  [/indexes]
                  [/any body equipped]
                  [/if]
                  如果自己处于地下城内 且攻击成功时
                  [if]
                  [module]
                  `[dungeon]`
                  [/module]
                  [attack success]
                  1
                  [/if]
                  普通地图:dungeon
                  地下城类型:dungeon type
                  锦标赛地图:tournament dungeon
                  死亡之塔系列地图:dead tower
                  战场类地图:war room
                  无尽的祭坛类:blood system
                  怪物攻城地图:assault
                  竞技场:pvp


                  IP属地:江苏9楼2022-01-19 16:22
                  收起回复
                    如果敌方是普通怪物 且攻击成功时
                    [if]
                    [target grade]
                    `common`
                    [attack success]
                    1
                    [/if]
                    普通怪物:common
                    精英怪物:champion
                    深渊怪物:named
                    领主怪物:boss
                    如果敌方是某个种族 且攻击成功时
                    [if]
                    [target type]
                    `beast`
                    [attack success]
                    1
                    [/if]
                    兽族:beast
                    植物族:plant
                    昆虫族:insect
                    不死族:undead
                    恶魔族:devil
                    精灵族:spirit
                    龙族:dragon
                    组合体:hybrid
                    人型:human
                    机械:machine
                    建筑:fort armor
                    哥布林:goblin
                    天使:angel


                    IP属地:江苏10楼2022-01-19 16:23
                    回复
                      如果自身处于以下副本 且攻击到特定的怪物 且攻击成功时
                      [if]
                      [dungeon check]
                      150015011502150415061507
                      [/dungeon check]
                      [target check]
                      `monster`62121
                      `monster`62122
                      [/target check]
                      [attack success]
                      1
                      [/if]


                      IP属地:江苏11楼2022-01-19 16:23
                      回复
                        按组合键成功时触发 且触发后进入5秒的冷却
                        上:UP
                        下:DOWN
                        左:LEFT
                        右:RIGHT
                        宠物技能键:CREATURE
                        攻击键:ATTACK(x键)
                        技能1键:SKILL(z键)
                        技能2键:BUFF(空格)
                        [command]
                        {6=`(UP)`}
                        {8=`,`}
                        {6=`(DOWN)`}
                        {8=`,`}
                        {6=`(CREATURE)`}
                        [/command]
                        [if]
                        [use command]
                        1
                        [cooltime]
                        5000
                        [/if]


                        IP属地:江苏12楼2022-01-19 16:23
                        回复
                          额外杀伤时 且攻击成功时触发
                          [if]
                          [attack success]
                          1
                          [overkill]
                          1
                          [/if]


                          IP属地:江苏13楼2022-01-19 16:24
                          回复
                            受到攻击 且受到的是冰属性攻击时触发
                            [if]
                            [element]
                            `water`
                            [hit]
                            1
                            [/if]


                            IP属地:江苏14楼2022-01-19 16:24
                            回复
                              2025-08-15 00:13:41
                              广告
                              不感兴趣
                              开通SVIP免广告
                              队友死亡时触发 建议if里面不写冷却时间 但是在then里面写上buff的持续时间 做到队友死的越多 自己就越强
                              [if]
                              [party death]
                              1
                              [/if]


                              IP属地:江苏15楼2022-01-19 16:24
                              回复