|
| 1 | +-- This file is automatically generated, do not edit! |
| 2 | +-- Item data (c) Grinding Gear Games |
| 3 | +local itemBases = ... |
| 4 | + |
| 5 | + |
| 6 | +itemBases["Guarding Arm"] = { |
| 7 | + type = "Transcendent Limb", |
| 8 | + subType = "Transcendent Arm", |
| 9 | + tags = { default = true, }, |
| 10 | + implicit = "(8-12)% increased Block chance", |
| 11 | + implicitModTypes = { { "block" }, }, |
| 12 | + req = { }, |
| 13 | +} |
| 14 | +itemBases["Combat Arm"] = { |
| 15 | + type = "Transcendent Limb", |
| 16 | + subType = "Transcendent Arm", |
| 17 | + tags = { default = true, }, |
| 18 | + implicit = "(6-10)% increased Attack Speed", |
| 19 | + implicitModTypes = { { "attack", "speed" }, }, |
| 20 | + req = { }, |
| 21 | +} |
| 22 | +itemBases["Caster Arm"] = { |
| 23 | + type = "Transcendent Limb", |
| 24 | + subType = "Transcendent Arm", |
| 25 | + tags = { default = true, }, |
| 26 | + implicit = "(6-10)% increased Cast Speed", |
| 27 | + implicitModTypes = { { "caster", "speed" }, }, |
| 28 | + req = { }, |
| 29 | +} |
| 30 | +itemBases["Decrepifying Arm"] = { |
| 31 | + type = "Transcendent Limb", |
| 32 | + subType = "Transcendent Arm", |
| 33 | + tags = { default = true, }, |
| 34 | + implicit = "(12-16)% increased Curse Magnitudes", |
| 35 | + implicitModTypes = { { "caster", "curse" }, }, |
| 36 | + req = { }, |
| 37 | +} |
| 38 | +itemBases["Deflective Arm"] = { |
| 39 | + type = "Transcendent Limb", |
| 40 | + subType = "Transcendent Arm", |
| 41 | + tags = { default = true, }, |
| 42 | + implicit = "(6-10)% increased Deflection Rating", |
| 43 | + implicitModTypes = { { "evasion", "defences" }, }, |
| 44 | + req = { }, |
| 45 | +} |
| 46 | +itemBases["Commanding Arm"] = { |
| 47 | + type = "Transcendent Limb", |
| 48 | + subType = "Transcendent Arm", |
| 49 | + tags = { default = true, }, |
| 50 | + implicit = "(15-25)% increased Presence Area of Effect", |
| 51 | + implicitModTypes = { { }, }, |
| 52 | + req = { }, |
| 53 | +} |
| 54 | +itemBases["Evasive Leg"] = { |
| 55 | + type = "Transcendent Limb", |
| 56 | + subType = "Transcendent Leg", |
| 57 | + tags = { default = true, }, |
| 58 | + implicit = "(20-30)% increased Evasion Rating", |
| 59 | + implicitModTypes = { { "evasion", "defences" }, }, |
| 60 | + req = { }, |
| 61 | +} |
| 62 | +itemBases["Sprinters Leg"] = { |
| 63 | + type = "Transcendent Limb", |
| 64 | + subType = "Transcendent Leg", |
| 65 | + tags = { default = true, }, |
| 66 | + implicit = "(6-10)% increased Movement Speed while Sprinting", |
| 67 | + implicitModTypes = { { }, }, |
| 68 | + req = { }, |
| 69 | +} |
| 70 | +itemBases["Sturdy Leg"] = { |
| 71 | + type = "Transcendent Limb", |
| 72 | + subType = "Transcendent Leg", |
| 73 | + tags = { default = true, }, |
| 74 | + implicit = "(15-25)% increased Stun Threshold", |
| 75 | + implicitModTypes = { { }, }, |
| 76 | + req = { }, |
| 77 | +} |
| 78 | +itemBases["Surefooted Leg"] = { |
| 79 | + type = "Transcendent Limb", |
| 80 | + subType = "Transcendent Leg", |
| 81 | + tags = { default = true, }, |
| 82 | + implicit = "(5-10)% reduced Movement Speed Penalty from using Skills while moving", |
| 83 | + implicitModTypes = { { "speed" }, }, |
| 84 | + req = { }, |
| 85 | +} |
| 86 | +itemBases["Calm Leg"] = { |
| 87 | + type = "Transcendent Limb", |
| 88 | + subType = "Transcendent Leg", |
| 89 | + tags = { default = true, }, |
| 90 | + implicit = "(20-30)% increased Mana Regeneration Rate while moving", |
| 91 | + implicitModTypes = { { "resource", "mana" }, }, |
| 92 | + req = { }, |
| 93 | +} |
| 94 | +itemBases["Restorative Leg"] = { |
| 95 | + type = "Transcendent Limb", |
| 96 | + subType = "Transcendent Leg", |
| 97 | + tags = { default = true, }, |
| 98 | + implicit = "(6-10)% of Damage taken Recouped as Life", |
| 99 | + implicitModTypes = { { "resource", "life" }, }, |
| 100 | + req = { }, |
| 101 | +} |
0 commit comments