From Arms of God Wiki
bot: publish Blessings |
bot: documentation pass — editor-facing docs (data descriptions, module comments, template usage, Help rewrite) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | { | ||
"category": "Blessings", | "category": "Blessings", | ||
" | "description": "One record per blessing (run-time stat boon). Every record: id (the game's internal id), slug (wiki page title of the entity's detail page; never recompute it), name (display name), icon (File: image name; empty string = no staged art). Plus: tier (1-3), price, locked, tags[] (tag keys -\u003E Data:Tags.json), stats{} (signed stat modifiers; '5%' strings keep the % sign), description (flavor prose). '\u003CX\u003E Plus' records are upgraded variants: ids pair '\u003Cx\u003E-plus' with '\u003Cx\u003E' and Module:CrossRef links base \u003C-\u003E Plus at render time. Consumed by Module:Core, Module:CrossRef, Module:Navbox, Module:StatIndex, Module:TagIndex, Module:Iconbox.", | ||
"records": [ | "records": [ | ||
{ | { | ||
| Line 9: | Line 8: | ||
"name": "Blessed Bounty", | "name": "Blessed Bounty", | ||
"icon": "Blessings_blessed_bounty.png", | "icon": "Blessings_blessed_bounty.png", | ||
" | "tier": 1, | ||
"price": 39, | |||
"locked": false, | |||
"stats": { | |||
"Resources": "5%" | |||
" | |||
}, | }, | ||
" | "description": "Hands blessed to gather without end." | ||
}, | }, | ||
{ | { | ||
| Line 27: | Line 21: | ||
"name": "Blessed Bounty Plus", | "name": "Blessed Bounty Plus", | ||
"icon": "Blessings_blessed_bounty_plus.png", | "icon": "Blessings_blessed_bounty_plus.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": true, | |||
"stats": { | |||
"Resources": "8%" | |||
" | |||
}, | }, | ||
" | "description": "Hands blessed to gather without end." | ||
}, | }, | ||
{ | { | ||
| Line 45: | Line 34: | ||
"name": "Blessed Evasion", | "name": "Blessed Evasion", | ||
"icon": "Blessings_blessed_evasion.png", | "icon": "Blessings_blessed_evasion.png", | ||
" | "tier": 1, | ||
"price": 32, | |||
"locked": false, | |||
"tags": [ | |||
"Dodge" | |||
], | |||
"stats": { | |||
" | "Dodge": "4%" | ||
" | |||
}, | }, | ||
" | "description": "A blessing that twists the path of harm aside." | ||
}, | }, | ||
{ | { | ||
| Line 65: | Line 50: | ||
"name": "Blessed Evasion Plus", | "name": "Blessed Evasion Plus", | ||
"icon": "Blessings_blessed_evasion_plus.png", | "icon": "Blessings_blessed_evasion_plus.png", | ||
" | "tier": 1, | ||
"price": 32, | |||
"locked": true, | |||
"tags": [ | |||
"Dodge" | |||
" | ], | ||
"stats": { | |||
"Dodge": "6%" | |||
}, | }, | ||
" | "description": "A blessing that twists the path of harm aside." | ||
}, | }, | ||
{ | { | ||
| Line 85: | Line 66: | ||
"name": "Blessed Sight", | "name": "Blessed Sight", | ||
"icon": "Blessings_blessed_sight.png", | "icon": "Blessings_blessed_sight.png", | ||
" | "tier": 1, | ||
"price": 32, | |||
"locked": false, | |||
"stats": { | |||
"Range": "10%" | |||
" | |||
}, | }, | ||
" | "description": "A sight blessed to pierce the distant veil." | ||
}, | }, | ||
{ | { | ||
| Line 103: | Line 79: | ||
"name": "Blessed Sight Plus", | "name": "Blessed Sight Plus", | ||
"icon": "Blessings_blessed_sight_plus.png", | "icon": "Blessings_blessed_sight_plus.png", | ||
" | "tier": 1, | ||
"price": 32, | |||
"locked": true, | |||
"stats": { | |||
"Range": "16%" | |||
" | |||
}, | }, | ||
" | "description": "A sight blessed to pierce the distant veil." | ||
}, | }, | ||
{ | { | ||
| Line 121: | Line 92: | ||
"name": "Close Devotion", | "name": "Close Devotion", | ||
"icon": "Blessings_close_devotion.png", | "icon": "Blessings_close_devotion.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": true, | |||
"tags": [ | |||
"Melee" | |||
" | ], | ||
"stats": { | |||
"Melee Damage": "10%", | |||
"Health Points": 5 | |||
}, | }, | ||
" | "description": "What is near is struck with greater force." | ||
}, | }, | ||
{ | { | ||
| Line 141: | Line 109: | ||
"name": "Endless Wellspring", | "name": "Endless Wellspring", | ||
"icon": "Blessings_endless_wellspring.png", | "icon": "Blessings_endless_wellspring.png", | ||
" | "tier": 1, | ||
"price": 49, | |||
"locked": false, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": 11, | |||
"HP Rate": "14%" | |||
}, | }, | ||
" | "description": "A river of life no grave can dam." | ||
}, | }, | ||
{ | { | ||
| Line 161: | Line 126: | ||
"name": "Endless Wellspring Plus", | "name": "Endless Wellspring Plus", | ||
"icon": "Blessings_endless_wellspring_plus.png", | "icon": "Blessings_endless_wellspring_plus.png", | ||
" | "tier": 1, | ||
"price": 49, | |||
"locked": true, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": 18, | |||
"HP Rate": "14%" | |||
}, | }, | ||
" | "description": "A river of life no grave can dam." | ||
}, | }, | ||
{ | { | ||
| Line 181: | Line 143: | ||
"name": "Far Reach", | "name": "Far Reach", | ||
"icon": "Blessings_far_reach.png", | "icon": "Blessings_far_reach.png", | ||
" | "tier": 1, | ||
"price": 28, | |||
"locked": true, | |||
"tags": [ | |||
"Range" | |||
], | |||
"stats": { | |||
" | "Range Damage": "5%", | ||
" | "Range": "8%" | ||
" | |||
}, | }, | ||
" | "description": "The strike extends beyond its former bounds." | ||
}, | }, | ||
{ | { | ||
| Line 201: | Line 160: | ||
"name": "Fleet Grace", | "name": "Fleet Grace", | ||
"icon": "Blessings_fleet_grace.png", | "icon": "Blessings_fleet_grace.png", | ||
" | "tier": 1, | ||
"price": 42, | |||
"locked": false, | |||
"tags": [ | |||
"Speed" | |||
], | |||
"stats": { | |||
" | "Speed": "4%" | ||
" | |||
}, | }, | ||
" | "description": "Grace that quickens each step upon sacred ground." | ||
}, | }, | ||
{ | { | ||
| Line 221: | Line 176: | ||
"name": "Fleet Grace Plus", | "name": "Fleet Grace Plus", | ||
"icon": "Blessings_fleet_grace_plus.png", | "icon": "Blessings_fleet_grace_plus.png", | ||
" | "tier": 1, | ||
"price": 42, | |||
"locked": true, | |||
"tags": [ | |||
"Speed" | |||
" | ], | ||
"stats": { | |||
"Speed": "6%" | |||
}, | }, | ||
" | "description": "Grace that quickens each step upon sacred ground." | ||
}, | }, | ||
{ | { | ||
| Line 241: | Line 192: | ||
"name": "Fortunate Blessing", | "name": "Fortunate Blessing", | ||
"icon": "Blessings_fortunate_blessing.png", | "icon": "Blessings_fortunate_blessing.png", | ||
" | "tier": 1, | ||
"price": 28, | |||
"locked": false, | |||
"stats": { | |||
"Rarity Find": "10%" | |||
}, | }, | ||
" | "description": "A blessing that invites luck to walk beside the faithful." | ||
}, | }, | ||
{ | { | ||
| Line 259: | Line 205: | ||
"name": "Fortunate Blessing Plus", | "name": "Fortunate Blessing Plus", | ||
"icon": "Blessings_fortunate_blessing_plus.png", | "icon": "Blessings_fortunate_blessing_plus.png", | ||
" | "tier": 1, | ||
"price": 28, | |||
"locked": true, | |||
"stats": { | |||
"Rarity Find": "16%" | |||
}, | }, | ||
" | "description": "A blessing that invites luck to walk beside the faithful." | ||
}, | }, | ||
{ | { | ||
| Line 277: | Line 218: | ||
"name": "Guided Oath", | "name": "Guided Oath", | ||
"icon": "Blessings_guided_oath.png", | "icon": "Blessings_guided_oath.png", | ||
" | "tier": 1, | ||
"price": 28, | |||
"locked": false, | |||
"stats": { | |||
"Critical Chance": "6%" | |||
}, | }, | ||
" | "description": "A vow etched in bone - each aim righteous and sure." | ||
}, | }, | ||
{ | { | ||
| Line 295: | Line 231: | ||
"name": "Guided Oath Plus", | "name": "Guided Oath Plus", | ||
"icon": "Blessings_guided_oath_plus.png", | "icon": "Blessings_guided_oath_plus.png", | ||
" | "tier": 1, | ||
"price": 30, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "10%" | |||
}, | }, | ||
" | "description": "A vow etched in bone - each aim righteous and sure." | ||
}, | }, | ||
{ | { | ||
| Line 313: | Line 244: | ||
"name": "Judged Wrath", | "name": "Judged Wrath", | ||
"icon": "Blessings_judged_wrath.png", | "icon": "Blessings_judged_wrath.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": false, | |||
"tags": [ | |||
"Physical" | |||
" | ], | ||
"stats": { | |||
" | "Holy Damage": "10%" | ||
" | |||
}, | }, | ||
" | "description": "I strike like a verdict - no wicked shall stand." | ||
}, | }, | ||
{ | { | ||
| Line 333: | Line 260: | ||
"name": "Judged Wrath Plus", | "name": "Judged Wrath Plus", | ||
"icon": "Blessings_judged_wrath_plus.png", | "icon": "Blessings_judged_wrath_plus.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": true, | |||
"tags": [ | |||
"Physical" | |||
], | |||
"stats": { | |||
"Holy Damage": "16%" | |||
}, | }, | ||
" | "description": "I strike like a verdict - no wicked shall stand." | ||
}, | }, | ||
{ | { | ||
| Line 353: | Line 276: | ||
"name": "Leeching Strike", | "name": "Leeching Strike", | ||
"icon": "Blessings_leeching_strike.png", | "icon": "Blessings_leeching_strike.png", | ||
" | "tier": 1, | ||
"price": 32, | |||
"locked": false, | |||
"tags": [ | |||
"HPSteal" | |||
" | ], | ||
"stats": { | |||
" | "HP Steal": "0.43%" | ||
" | |||
}, | }, | ||
" | "description": "Each blow drains life like an obedient parasite." | ||
}, | }, | ||
{ | { | ||
| Line 373: | Line 292: | ||
"name": "Leeching Strike Plus", | "name": "Leeching Strike Plus", | ||
"icon": "Blessings_leeching_strike_plus.png", | "icon": "Blessings_leeching_strike_plus.png", | ||
" | "tier": 1, | ||
"price": 32, | |||
"locked": true, | |||
"tags": [ | |||
"HPSteal" | |||
" | ], | ||
"stats": { | |||
" | "HP Steal": "0.7%" | ||
" | |||
}, | }, | ||
" | "description": "Each blow drains life like an obedient parasite." | ||
}, | }, | ||
{ | { | ||
| Line 393: | Line 308: | ||
"name": "Reaper’s Favor", | "name": "Reaper’s Favor", | ||
"icon": "Blessings_reaper_s_favor.png", | "icon": "Blessings_reaper_s_favor.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": false, | |||
"stats": { | |||
"Pickup Range": 60 | |||
}, | }, | ||
" | "description": "The Reaper’s silent favor draws souls nearer." | ||
}, | }, | ||
{ | { | ||
| Line 411: | Line 321: | ||
"name": "Reaper’s Favor Plus", | "name": "Reaper’s Favor Plus", | ||
"icon": "Blessings_reaper_s_favor_plus.png", | "icon": "Blessings_reaper_s_favor_plus.png", | ||
" | "tier": 1, | ||
"price": 37, | |||
"locked": true, | |||
"stats": { | |||
"Pickup Range": 102 | |||
}, | }, | ||
" | "description": "The Reaper’s silent favor draws souls nearer." | ||
}, | }, | ||
{ | { | ||
| Line 429: | Line 334: | ||
"name": "Sacred Ember", | "name": "Sacred Ember", | ||
"icon": "Blessings_sacred_ember.png", | "icon": "Blessings_sacred_ember.png", | ||
" | "tier": 1, | ||
"price": 39, | |||
"locked": false, | |||
"tags": [ | |||
"Fire" | |||
], | |||
"stats": { | |||
" | "Fire Damage": "11%" | ||
" | |||
}, | }, | ||
" | "description": "A spark of holiness smolders within the sinner’s heart." | ||
}, | }, | ||
{ | { | ||
| Line 449: | Line 350: | ||
"name": "Sacred Ember Plus", | "name": "Sacred Ember Plus", | ||
"icon": "Blessings_sacred_ember_plus.png", | "icon": "Blessings_sacred_ember_plus.png", | ||
" | "tier": 1, | ||
"price": 39, | |||
"locked": true, | |||
"tags": [ | |||
"Fire" | |||
], | |||
"stats": { | |||
"Fire Damage": "17%" | |||
}, | }, | ||
" | "description": "A spark of holiness smolders within the sinner’s heart." | ||
}, | }, | ||
{ | { | ||
| Line 469: | Line 366: | ||
"name": "Sacred Reap", | "name": "Sacred Reap", | ||
"icon": "Blessings_sacred_reap.png", | "icon": "Blessings_sacred_reap.png", | ||
" | "tier": 1, | ||
"price": 46, | |||
"locked": false, | |||
"stats": { | |||
"Fire Damage": "-8%", | |||
" | "Resources": "6%", | ||
"Rarity Find": "10%" | |||
}, | }, | ||
" | "description": "A sacred reap brings riches but dims the flame within." | ||
}, | }, | ||
{ | { | ||
| Line 487: | Line 381: | ||
"name": "Sacred Reap Plus", | "name": "Sacred Reap Plus", | ||
"icon": "Blessings_sacred_reap_plus.png", | "icon": "Blessings_sacred_reap_plus.png", | ||
" | "tier": 1, | ||
"price": 46, | |||
"locked": true, | |||
"stats": { | |||
" | "Resources": "5%", | ||
" | "Rarity Find": "13%" | ||
}, | }, | ||
" | "description": "A sacred reap brings riches but dims the flame within." | ||
}, | }, | ||
{ | { | ||
| Line 505: | Line 395: | ||
"name": "Shielded Grace", | "name": "Shielded Grace", | ||
"icon": "Blessings_shielded_grace.png", | "icon": "Blessings_shielded_grace.png", | ||
" | "tier": 1, | ||
"price": 28, | |||
"locked": false, | |||
"tags": [ | |||
"Armor" | |||
], | |||
"stats": { | |||
"Armor": 2 | |||
}, | }, | ||
" | "description": "Grace weaves unseen armor around the faithful." | ||
}, | }, | ||
{ | { | ||
| Line 525: | Line 411: | ||
"name": "Shielded Grace Plus", | "name": "Shielded Grace Plus", | ||
"icon": "Blessings_shielded_grace_plus.png", | "icon": "Blessings_shielded_grace_plus.png", | ||
" | "tier": 1, | ||
"price": 28, | |||
"locked": true, | |||
"tags": [ | |||
"Armor" | |||
], | |||
"stats": { | |||
" | "Armor": 3 | ||
" | |||
}, | }, | ||
" | "description": "Grace weaves unseen armor around the faithful." | ||
}, | }, | ||
{ | { | ||
| Line 545: | Line 427: | ||
"name": "Storm Whisper", | "name": "Storm Whisper", | ||
"icon": "Blessings_storm_whisper.png", | "icon": "Blessings_storm_whisper.png", | ||
" | "tier": 1, | ||
"price": 42, | |||
"locked": false, | |||
"tags": [ | |||
"Electric" | |||
], | |||
"stats": { | |||
" | "Electric Damage": "12%" | ||
" | |||
}, | }, | ||
" | "description": "A whisper born of storms, carrying heaven’s sting." | ||
}, | }, | ||
{ | { | ||
| Line 565: | Line 443: | ||
"name": "Storm Whisper Plus", | "name": "Storm Whisper Plus", | ||
"icon": "Blessings_storm_whisper_plus.png", | "icon": "Blessings_storm_whisper_plus.png", | ||
" | "tier": 1, | ||
"price": 42, | |||
"locked": true, | |||
"tags": [ | |||
"Electric" | |||
], | |||
"stats": { | |||
"Electric Damage": "19%" | |||
}, | }, | ||
" | "description": "A whisper born of storms, carrying heaven’s sting." | ||
}, | }, | ||
{ | { | ||
| Line 585: | Line 459: | ||
"name": "Swift Step", | "name": "Swift Step", | ||
"icon": "Blessings_swift_step.png", | "icon": "Blessings_swift_step.png", | ||
" | "tier": 1, | ||
"price": 49, | |||
"locked": true, | |||
"stats": { | |||
"Attack Speed": "4%", | |||
" | "Armor": -4, | ||
"Speed": "10%" | |||
" | |||
}, | }, | ||
" | "description": "A swiftness born of grace, carrying the body past the strike." | ||
}, | }, | ||
{ | { | ||
| Line 603: | Line 474: | ||
"name": "True Aim", | "name": "True Aim", | ||
"icon": "Blessings_true_aim.png", | "icon": "Blessings_true_aim.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": true, | |||
"stats": { | |||
"Critical Damage": "16%" | |||
}, | }, | ||
" | "description": "My sight is steady - and my strikes do not miss." | ||
}, | }, | ||
{ | { | ||
| Line 621: | Line 487: | ||
"name": "Unbroken Flesh", | "name": "Unbroken Flesh", | ||
"icon": "Blessings_unbroken_flesh.png", | "icon": "Blessings_unbroken_flesh.png", | ||
" | "tier": 1, | ||
"price": 42, | |||
"locked": false, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": 5, | |||
"HP Rate": "12%", | |||
"HP Delay": "-7%" | |||
}, | }, | ||
" | "description": "The Lord guards my flesh though the blade cuts deep." | ||
}, | }, | ||
{ | { | ||
| Line 641: | Line 505: | ||
"name": "Valiant Spirit", | "name": "Valiant Spirit", | ||
"icon": "Blessings_valiant_spirit.png", | "icon": "Blessings_valiant_spirit.png", | ||
" | "tier": 1, | ||
"price": 35, | |||
"locked": false, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
" | "Health Points": 8, | ||
" | "HP Rate": "10%" | ||
" | |||
}, | }, | ||
" | "description": "Heaven-borne courage stands amidst ruin." | ||
}, | }, | ||
{ | { | ||
| Line 661: | Line 522: | ||
"name": "Abundant Covenant", | "name": "Abundant Covenant", | ||
"icon": "Blessings_abundant_covenant.png", | "icon": "Blessings_abundant_covenant.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"stats": { | |||
"Electric Damage": "-14%", | |||
" | "Resources": "14%", | ||
"XP Gain": "11%" | |||
" | |||
}, | }, | ||
" | "description": "A covenant overflowing with gain, at the cost of raw power." | ||
}, | }, | ||
{ | { | ||
| Line 679: | Line 537: | ||
"name": "Apocalyptic Blast", | "name": "Apocalyptic Blast", | ||
"icon": "Blessings_apocalyptic_blast.png", | "icon": "Blessings_apocalyptic_blast.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": false, | |||
"stats": { | |||
"Explosive Range": "22%" | |||
}, | }, | ||
" | "description": "A blast echoing the end times, tearing all in reach." | ||
}, | }, | ||
{ | { | ||
| Line 697: | Line 550: | ||
"name": "Apocalyptic Blast Plus", | "name": "Apocalyptic Blast Plus", | ||
"icon": "Blessings_apocalyptic_blast_plus.png", | "icon": "Blessings_apocalyptic_blast_plus.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"stats": { | |||
"Explosive Range": "32%" | |||
}, | }, | ||
" | "description": "A blast echoing the end times, tearing all in reach." | ||
}, | }, | ||
{ | { | ||
| Line 715: | Line 563: | ||
"name": "Blind Force", | "name": "Blind Force", | ||
"icon": "Blessings_blind_force.png", | "icon": "Blessings_blind_force.png", | ||
" | "tier": 2, | ||
"price": 74, | |||
"locked": true, | |||
"stats": { | |||
"Damage": "50%", | |||
" | "Critical Chance": "-100%" | ||
" | |||
}, | }, | ||
" | "description": "No precision guides the blow - only strength endures." | ||
}, | }, | ||
{ | { | ||
| Line 733: | Line 577: | ||
"name": "Claimed Ground", | "name": "Claimed Ground", | ||
"icon": "Blessings_claimed_ground.png", | "icon": "Blessings_claimed_ground.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"tags": [ | |||
"Melee" | |||
" | ], | ||
"stats": { | |||
"Melee Damage": "22%", | |||
"Range Damage": "-8%", | |||
"Range": "25%" | |||
}, | }, | ||
" | "description": "What stands near is claimed - and struck with greater force." | ||
}, | }, | ||
{ | { | ||
| Line 753: | Line 595: | ||
"name": "Distant Judgment", | "name": "Distant Judgment", | ||
"icon": "Blessings_distant_judgment.png", | "icon": "Blessings_distant_judgment.png", | ||
" | "tier": 2, | ||
"price": 56, | |||
"locked": true, | |||
"tags": [ | |||
"Range" | |||
" | ], | ||
"stats": { | |||
" | "Melee Damage": "-21%", | ||
" | "Range Damage": "23%", | ||
" | "Critical Damage": "19%" | ||
}, | }, | ||
" | "description": "What lies afar is judged - and struck with greater force." | ||
}, | }, | ||
{ | { | ||
| Line 773: | Line 613: | ||
"name": "Evasive Grace", | "name": "Evasive Grace", | ||
"icon": "Blessings_evasive_grace.png", | "icon": "Blessings_evasive_grace.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": true, | |||
"stats": { | |||
"Attack Speed": "7%", | |||
" | "Armor": -4, | ||
"Dodge": "18%" | |||
" | |||
}, | }, | ||
" | "description": "Grace that slips where the blade cannot follow." | ||
}, | }, | ||
{ | { | ||
| Line 791: | Line 628: | ||
"name": "Fatal Certainty", | "name": "Fatal Certainty", | ||
"icon": "Blessings_fatal_certainty.png", | "icon": "Blessings_fatal_certainty.png", | ||
" | "tier": 2, | ||
"price": 81, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "10%", | |||
" | "Critical Damage": "28%" | ||
}, | }, | ||
" | "description": "What is struck is already lost - judgment follows the blow." | ||
}, | }, | ||
{ | { | ||
| Line 809: | Line 642: | ||
"name": "Gift of Providence", | "name": "Gift of Providence", | ||
"icon": "Blessings_gift_of_providence.png", | "icon": "Blessings_gift_of_providence.png", | ||
" | "tier": 2, | ||
"price": 61, | |||
"locked": false, | |||
"stats": { | |||
"Critical Chance": "-8%", | |||
" | "Rarity Find": "26%", | ||
"XP Gain": "8%" | |||
" | |||
}, | }, | ||
" | "description": "A providential gift that grants rare wealth but clouds keen aim." | ||
}, | }, | ||
{ | { | ||
| Line 827: | Line 657: | ||
"name": "Gift of Providence Plus", | "name": "Gift of Providence Plus", | ||
"icon": "Blessings_gift_of_providence_plus.png", | "icon": "Blessings_gift_of_providence_plus.png", | ||
" | "tier": 2, | ||
"price": 61, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "-11%", | |||
" | "Rarity Find": "39%", | ||
"XP Gain": "11%" | |||
" | |||
}, | }, | ||
" | "description": "A providential gift that grants rare wealth but clouds keen aim." | ||
}, | }, | ||
{ | { | ||
| Line 845: | Line 672: | ||
"name": "Holy Rupture", | "name": "Holy Rupture", | ||
"icon": "Blessings_holy_rupture.png", | "icon": "Blessings_holy_rupture.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"tags": [ | |||
"Physical" | |||
" | ], | ||
"stats": { | |||
"Holy Damage": "29%", | |||
"Fire Damage": "-23%", | |||
"Explosive Range": "14%" | |||
}, | }, | ||
" | "description": "Holiness cracks open enemy flesh like thunder." | ||
}, | }, | ||
{ | { | ||
| Line 865: | Line 690: | ||
"name": "Iron Burden", | "name": "Iron Burden", | ||
"icon": "Blessings_iron_burden.png", | "icon": "Blessings_iron_burden.png", | ||
" | "tier": 2, | ||
"price": 70, | |||
"locked": true, | |||
"stats": { | |||
"Armor": 12, | |||
" | "Dodge": "-5%" | ||
}, | }, | ||
" | "description": "Protection is gained - but swiftness is lost." | ||
}, | }, | ||
{ | { | ||
| Line 883: | Line 704: | ||
"name": "Lightning Rite", | "name": "Lightning Rite", | ||
"icon": "Blessings_lightning_rite.png", | "icon": "Blessings_lightning_rite.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": false, | |||
"tags": [ | |||
"Electric" | |||
" | ], | ||
"stats": { | |||
" | "Fire Damage": "-17%", | ||
" | "Electric Damage": "22%", | ||
" | "Range": "13%" | ||
}, | }, | ||
" | "description": "A rite that channels the storm’s righteous bolt." | ||
}, | }, | ||
{ | { | ||
| Line 903: | Line 722: | ||
"name": "Lightning Rite Plus", | "name": "Lightning Rite Plus", | ||
"icon": "Blessings_lightning_rite_plus.png", | "icon": "Blessings_lightning_rite_plus.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"tags": [ | |||
"Electric" | |||
" | ], | ||
"stats": { | |||
"Fire Damage": "-26%", | |||
"Electric Damage": "32%", | |||
"Range": "25%" | |||
}, | }, | ||
" | "description": "A rite that channels the storm’s righteous bolt." | ||
}, | }, | ||
{ | { | ||
| Line 923: | Line 740: | ||
"name": "Nearborn Fury", | "name": "Nearborn Fury", | ||
"icon": "Blessings_nearborn_fury.png", | "icon": "Blessings_nearborn_fury.png", | ||
" | "tier": 2, | ||
"price": 81, | |||
"locked": true, | |||
"tags": [ | |||
"Melee" | |||
], | |||
"stats": { | |||
" | "Melee Damage": "28%", | ||
" | "Range Damage": "-10%", | ||
" | "Range": "32%" | ||
}, | }, | ||
" | "description": "In nearness, fury was given, and my hand was made strong." | ||
}, | }, | ||
{ | { | ||
| Line 943: | Line 758: | ||
"name": "Oracle’s Judgement", | "name": "Oracle’s Judgement", | ||
"icon": "Blessings_oracle_s_judgement.png", | "icon": "Blessings_oracle_s_judgement.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"stats": { | |||
" | "Damage": "-7%", | ||
" | "Critical Chance": "22%", | ||
"Range": "17%" | |||
" | |||
}, | }, | ||
" | "description": "A vision sharpened to cut through all filth." | ||
}, | }, | ||
{ | { | ||
| Line 961: | Line 773: | ||
"name": "Oracle’s Judgement Plus", | "name": "Oracle’s Judgement Plus", | ||
"icon": "Blessings_oracle_s_judgement_plus.png", | "icon": "Blessings_oracle_s_judgement_plus.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": true, | |||
"stats": { | |||
" | "Damage": "-7%", | ||
" | "Critical Chance": "32%", | ||
"Critical Damage": "14%" | |||
" | |||
}, | }, | ||
" | "description": "A vision sharpened to cut through all filth." | ||
}, | }, | ||
{ | { | ||
| Line 979: | Line 788: | ||
"name": "Penitent Drain", | "name": "Penitent Drain", | ||
"icon": "Blessings_penitent_drain.png", | "icon": "Blessings_penitent_drain.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": false, | |||
"tags": [ | |||
"HPSteal" | |||
" | ], | ||
"stats": { | |||
" | "Attack Speed": "5%", | ||
" | "Critical Chance": "-8%", | ||
" | "HP Steal": "1.08%" | ||
}, | }, | ||
" | "description": "I bear their guilt, I take their strength - in His name." | ||
}, | }, | ||
{ | { | ||
| Line 999: | Line 806: | ||
"name": "Penitent Drain Plus", | "name": "Penitent Drain Plus", | ||
"icon": "Blessings_penitent_drain_plus.png", | "icon": "Blessings_penitent_drain_plus.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"tags": [ | |||
"HPSteal" | |||
" | ], | ||
"stats": { | |||
"Attack Speed": "8%", | |||
"Critical Chance": "-8%", | |||
"HP Steal": "1.4%" | |||
}, | }, | ||
" | "description": "I bear their guilt, I take their strength - in His name." | ||
}, | }, | ||
{ | { | ||
| Line 1,019: | Line 824: | ||
"name": "Pestilent Rite", | "name": "Pestilent Rite", | ||
"icon": "Blessings_pestilent_rite.png", | "icon": "Blessings_pestilent_rite.png", | ||
" | "tier": 2, | ||
"price": 81, | |||
"locked": false, | |||
"tags": [ | |||
"HPSteal" | |||
" | ], | ||
"stats": { | |||
"Range": "16%", | |||
"HP Steal": "1.38%", | |||
"Armor": -3 | |||
}, | }, | ||
" | "description": "I infect their wounds and heal by their blood." | ||
}, | }, | ||
{ | { | ||
| Line 1,039: | Line 842: | ||
"name": "Prophetic Surge", | "name": "Prophetic Surge", | ||
"icon": "Blessings_prophetic_surge.png", | "icon": "Blessings_prophetic_surge.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"stats": { | |||
"HP Rate": "48%", | |||
" | "HP Steal": "-0.72%", | ||
"Dodge": "6%" | |||
}, | }, | ||
" | "description": "Elijah’s gale tears weakness from the flesh." | ||
}, | }, | ||
{ | { | ||
| Line 1,057: | Line 857: | ||
"name": "Purging Fire", | "name": "Purging Fire", | ||
"icon": "Blessings_purging_fire.png", | "icon": "Blessings_purging_fire.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"tags": [ | |||
"Fire" | |||
" | ], | ||
"stats": { | |||
"Fire Damage": "29%", | |||
"Electric Damage": "-23%", | |||
"Resources": "7%" | |||
}, | }, | ||
" | "description": "A purging flame that burns sin and boils the blood." | ||
}, | }, | ||
{ | { | ||
| Line 1,077: | Line 875: | ||
"name": "Quiet Harvest", | "name": "Quiet Harvest", | ||
"icon": "Blessings_quiet_harvest.png", | "icon": "Blessings_quiet_harvest.png", | ||
" | "tier": 2, | ||
"price": 74, | |||
"locked": true, | |||
"stats": { | |||
" | "Damage": "-13%", | ||
" | "Resources": "25%", | ||
"XP Gain": "9%" | |||
}, | }, | ||
" | "description": "A blessed gain that fills the hand but weakens the strike." | ||
}, | }, | ||
{ | { | ||
| Line 1,095: | Line 890: | ||
"name": "Redemptive Pain", | "name": "Redemptive Pain", | ||
"icon": "Blessings_redemptive_pain.png", | "icon": "Blessings_redemptive_pain.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": -10, | |||
"HP Rate": "60%", | |||
"Armor": 4 | |||
}, | }, | ||
" | "description": "Pain that purifies, strength that redeems." | ||
}, | }, | ||
{ | { | ||
| Line 1,115: | Line 908: | ||
"name": "Ritual Inferno", | "name": "Ritual Inferno", | ||
"icon": "Blessings_ritual_inferno.png", | "icon": "Blessings_ritual_inferno.png", | ||
" | "tier": 2, | ||
"price": 60, | |||
"locked": false, | |||
"tags": [ | |||
"Fire" | |||
" | ], | ||
"stats": { | |||
" | "Holy Damage": "-16%", | ||
" | "Fire Damage": "20%", | ||
" | "Explosive Range": "10%" | ||
}, | }, | ||
" | "description": "A ritual flame that devours holiness and scatters ashes." | ||
}, | }, | ||
{ | { | ||
| Line 1,135: | Line 926: | ||
"name": "Ritual Inferno Plus", | "name": "Ritual Inferno Plus", | ||
"icon": "Blessings_ritual_inferno_plus.png", | "icon": "Blessings_ritual_inferno_plus.png", | ||
" | "tier": 2, | ||
"price": 60, | |||
"locked": true, | |||
"tags": [ | |||
"Fire" | |||
" | ], | ||
"stats": { | |||
" | "Holy Damage": "-24%", | ||
" | "Fire Damage": "31%", | ||
" | "Explosive Range": "20%" | ||
}, | }, | ||
" | "description": "A ritual flame that devours holiness and scatters ashes." | ||
}, | }, | ||
{ | { | ||
| Line 1,155: | Line 944: | ||
"name": "Sacred Fortune", | "name": "Sacred Fortune", | ||
"icon": "Blessings_sacred_fortune.png", | "icon": "Blessings_sacred_fortune.png", | ||
" | "tier": 2, | ||
"price": 82, | |||
"locked": false, | |||
"stats": { | |||
" | "Range": "-16%", | ||
" | "Resources": "7%", | ||
"Rarity Find": "35%" | |||
}, | }, | ||
" | "description": "A sacred favor that fills pockets but shortens reach." | ||
}, | }, | ||
{ | { | ||
| Line 1,173: | Line 959: | ||
"name": "Sacred Refuge", | "name": "Sacred Refuge", | ||
"icon": "Blessings_sacred_refuge.png", | "icon": "Blessings_sacred_refuge.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": 24, | |||
"HP Rate": "24%", | |||
"Speed": "-5%" | |||
}, | }, | ||
" | "description": "In His shadow, shields fail but the soul endures." | ||
}, | }, | ||
{ | { | ||
| Line 1,193: | Line 977: | ||
"name": "Sacred Refuge Plus", | "name": "Sacred Refuge Plus", | ||
"icon": "Blessings_sacred_refuge_plus.png", | "icon": "Blessings_sacred_refuge_plus.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": true, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": 30, | |||
"HP Rate": "48%", | |||
"Speed": "-5%" | |||
}, | }, | ||
" | "description": "In His shadow, shields fail but the soul endures." | ||
}, | }, | ||
{ | { | ||
| Line 1,213: | Line 995: | ||
"name": "Sanctified Force", | "name": "Sanctified Force", | ||
"icon": "Blessings_sanctified_force.png", | "icon": "Blessings_sanctified_force.png", | ||
" | "tier": 2, | ||
"price": 69, | |||
"locked": false, | |||
"tags": [ | |||
"Physical" | |||
" | ], | ||
"stats": { | |||
"Holy Damage": "24%", | |||
"Electric Damage": "-19%", | |||
"Range": "14%" | |||
}, | }, | ||
" | "description": "A force hallowed by light, breaking the abyss." | ||
}, | }, | ||
{ | { | ||
| Line 1,233: | Line 1,013: | ||
"name": "Sanctified Force Plus", | "name": "Sanctified Force Plus", | ||
"icon": "Blessings_sanctified_force_plus.png", | "icon": "Blessings_sanctified_force_plus.png", | ||
" | "tier": 2, | ||
"price": 70, | |||
"locked": true, | |||
"tags": [ | |||
"Physical" | |||
" | ], | ||
"stats": { | |||
" | "Holy Damage": "36%", | ||
" | "Electric Damage": "-29%", | ||
" | "Range": "28%" | ||
}, | }, | ||
" | "description": "A force hallowed by light, breaking the abyss." | ||
}, | }, | ||
{ | { | ||
| Line 1,253: | Line 1,031: | ||
"name": "Sanctified Halo", | "name": "Sanctified Halo", | ||
"icon": "Blessings_sanctified_halo.png", | "icon": "Blessings_sanctified_halo.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"tags": [ | |||
"Armor" | |||
" | ], | ||
"stats": { | |||
" | "Range": "-17%", | ||
" | "Armor": 7, | ||
" | "Pickup Range": 90 | ||
}, | }, | ||
" | "description": "A sanctified halo that wards harm and gathers providence." | ||
}, | }, | ||
{ | { | ||
| Line 1,273: | Line 1,049: | ||
"name": "Sanctified Halo Plus", | "name": "Sanctified Halo Plus", | ||
"icon": "Blessings_sanctified_halo_plus.png", | "icon": "Blessings_sanctified_halo_plus.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": true, | |||
"tags": [ | |||
"Armor" | |||
" | ], | ||
"stats": { | |||
"Range": "-17%", | |||
"Armor": 11, | |||
"Pickup Range": 90 | |||
}, | }, | ||
" | "description": "A sanctified halo that wards harm and gathers providence." | ||
}, | }, | ||
{ | { | ||
| Line 1,293: | Line 1,067: | ||
"name": "Sealed Vitality", | "name": "Sealed Vitality", | ||
"icon": "Blessings_sealed_vitality.png", | "icon": "Blessings_sealed_vitality.png", | ||
" | "tier": 2, | ||
"price": 84, | |||
"locked": false, | |||
"tags": [ | |||
"LockHP" | |||
" | ], | ||
"description": "My life is sealed by His will." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 1,313: | Line 1,080: | ||
"name": "Seraphic Rush", | "name": "Seraphic Rush", | ||
"icon": "Blessings_seraphic_rush.png", | "icon": "Blessings_seraphic_rush.png", | ||
" | "tier": 2, | ||
"price": 81, | |||
"locked": false, | |||
"tags": [ | |||
"Speed" | |||
" | ], | ||
"stats": { | |||
"Health Points": -12, | |||
"Speed": "9%", | |||
"Pickup Range": 86 | |||
}, | }, | ||
" | "description": "A rush borne on seraphic grace, armor forsaken for swifter steps." | ||
}, | }, | ||
{ | { | ||
| Line 1,333: | Line 1,098: | ||
"name": "Seraphic Rush Plus", | "name": "Seraphic Rush Plus", | ||
"icon": "Blessings_seraphic_rush_plus.png", | "icon": "Blessings_seraphic_rush_plus.png", | ||
" | "tier": 2, | ||
"price": 81, | |||
"locked": true, | |||
"tags": [ | |||
"Speed" | |||
" | ], | ||
"stats": { | |||
" | "Health Points": -12, | ||
" | "Speed": "14%", | ||
" | "Pickup Range": 86 | ||
}, | }, | ||
" | "description": "A rush borne on seraphic grace, armor forsaken for swifter steps." | ||
}, | }, | ||
{ | { | ||
| Line 1,353: | Line 1,116: | ||
"name": "Spirit Harvest", | "name": "Spirit Harvest", | ||
"icon": "Blessings_spirit_harvest.png", | "icon": "Blessings_spirit_harvest.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": false, | |||
"stats": { | |||
"Speed": "-4%", | |||
" | "XP Gain": "8%", | ||
"Pickup Range": 135 | |||
" | |||
" | |||
}, | }, | ||
" | "description": "A harvest of wandering spirits feeds wisdom, yet slows the bearer." | ||
}, | }, | ||
{ | { | ||
| Line 1,371: | Line 1,131: | ||
"name": "Spirit Harvest Plus", | "name": "Spirit Harvest Plus", | ||
"icon": "Blessings_spirit_harvest_plus.png", | "icon": "Blessings_spirit_harvest_plus.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"stats": { | |||
" | "Speed": "-4%", | ||
" | "XP Gain": "16%", | ||
"Pickup Range": 135 | |||
}, | }, | ||
" | "description": "A harvest of wandering spirits feeds wisdom, yet slows the bearer." | ||
}, | }, | ||
{ | { | ||
| Line 1,389: | Line 1,146: | ||
"name": "Swift Mercy", | "name": "Swift Mercy", | ||
"icon": "Blessings_swift_mercy.png", | "icon": "Blessings_swift_mercy.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": false, | |||
"tags": [ | |||
"Dodge" | |||
" | ], | ||
"stats": { | |||
"Armor": -3, | |||
"Dodge": "9%", | |||
"Speed": "4%" | |||
}, | }, | ||
" | "description": "Mercy swift enough to slip past steel." | ||
}, | }, | ||
{ | { | ||
| Line 1,409: | Line 1,164: | ||
"name": "Swift Mercy Plus", | "name": "Swift Mercy Plus", | ||
"icon": "Blessings_swift_mercy_plus.png", | "icon": "Blessings_swift_mercy_plus.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"tags": [ | |||
"Dodge" | |||
" | ], | ||
"stats": { | |||
"Armor": -3, | |||
"Dodge": "14%", | |||
"Speed": "4%" | |||
}, | }, | ||
" | "description": "Mercy swift enough to slip past steel." | ||
}, | }, | ||
{ | { | ||
| Line 1,429: | Line 1,182: | ||
"name": "Thunder Hymn", | "name": "Thunder Hymn", | ||
"icon": "Blessings_thunder_hymn.png", | "icon": "Blessings_thunder_hymn.png", | ||
" | "tier": 2, | ||
"price": 81, | |||
"locked": false, | |||
"tags": [ | |||
"Electric" | |||
" | ], | ||
"stats": { | |||
"Holy Damage": "-22%", | |||
"Electric Damage": "28%", | |||
"Critical Chance": "10%" | |||
}, | }, | ||
" | "description": "A hymn roared by thunder, striking the unworthy." | ||
}, | }, | ||
{ | { | ||
| Line 1,449: | Line 1,200: | ||
"name": "Unbroken Motion", | "name": "Unbroken Motion", | ||
"icon": "Blessings_unbroken_motion.png", | "icon": "Blessings_unbroken_motion.png", | ||
" | "tier": 2, | ||
"price": 56, | |||
"locked": true, | |||
"stats": { | |||
"Attack Speed": "14%" | |||
}, | }, | ||
" | "description": "The hand does not rest - nor does the blow." | ||
}, | }, | ||
{ | { | ||
| Line 1,467: | Line 1,213: | ||
"name": "Vigilant Gaze", | "name": "Vigilant Gaze", | ||
"icon": "Blessings_vigilant_gaze.png", | "icon": "Blessings_vigilant_gaze.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": false, | |||
"stats": { | |||
"Holy Damage": "-11%", | |||
" | "Range": "25%", | ||
"Armor": 3 | |||
" | |||
}, | }, | ||
" | "description": "A gaze unwavering, reaching far beyond fear." | ||
}, | }, | ||
{ | { | ||
| Line 1,485: | Line 1,228: | ||
"name": "Vigilant Gaze Plus", | "name": "Vigilant Gaze Plus", | ||
"icon": "Blessings_vigilant_gaze_plus.png", | "icon": "Blessings_vigilant_gaze_plus.png", | ||
" | "tier": 2, | ||
"price": 63, | |||
"locked": true, | |||
"stats": { | |||
"Holy Damage": "-11%", | |||
" | "Range": "33%", | ||
"Armor": 4 | |||
}, | }, | ||
" | "description": "A gaze unwavering, reaching far beyond fear." | ||
}, | }, | ||
{ | { | ||
| Line 1,503: | Line 1,243: | ||
"name": "Weight of Iron", | "name": "Weight of Iron", | ||
"icon": "Blessings_weight_of_iron.png", | "icon": "Blessings_weight_of_iron.png", | ||
" | "tier": 2, | ||
"price": 70, | |||
"locked": true, | |||
"tags": [ | |||
"ArmorToDodge" | |||
" | ], | ||
"stats": { | |||
" | "Armor": -3 | ||
" | |||
}, | }, | ||
" | "description": "Iron weighs me down, but I move beyond its burden." | ||
}, | }, | ||
{ | { | ||
| Line 1,523: | Line 1,259: | ||
"name": "Blood Pact", | "name": "Blood Pact", | ||
"icon": "Blessings_blood_pact.png", | "icon": "Blessings_blood_pact.png", | ||
" | "tier": 3, | ||
"price": 91, | |||
"locked": false, | |||
"tags": [ | |||
"HPSteal" | |||
" | ], | ||
"stats": { | |||
"Damage": "16%", | |||
" | "HP Steal": "2.34%", | ||
" | "Armor": -4, | ||
"Dodge": "-7%" | |||
}, | }, | ||
" | "description": "A pact sealed in blood - another’s strength for my flesh." | ||
}, | }, | ||
{ | { | ||
| Line 1,543: | Line 1,278: | ||
"name": "Certain Strike", | "name": "Certain Strike", | ||
"icon": "Blessings_certain_strike.png", | "icon": "Blessings_certain_strike.png", | ||
" | "tier": 3, | ||
"price": 105, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "100%", | |||
" | "Critical Damage": "-100%" | ||
}, | }, | ||
" | "description": "Every blow is true, yet none are greater than the rest." | ||
}, | }, | ||
{ | { | ||
| Line 1,561: | Line 1,292: | ||
"name": "Crimson Pact", | "name": "Crimson Pact", | ||
"icon": "Blessings_crimson_pact.png", | "icon": "Blessings_crimson_pact.png", | ||
" | "tier": 3, | ||
"price": 119, | |||
"locked": true, | |||
"tags": [ | |||
"LockHPRate" | |||
" | ], | ||
"stats": { | |||
" | "HP Steal": "5%" | ||
" | |||
}, | }, | ||
" | "description": "No healing shall come - only what I take." | ||
}, | }, | ||
{ | { | ||
| Line 1,581: | Line 1,308: | ||
"name": "Divine Momentum", | "name": "Divine Momentum", | ||
"icon": "Blessings_divine_momentum.png", | "icon": "Blessings_divine_momentum.png", | ||
" | "tier": 3, | ||
"price": 91, | |||
"locked": true, | |||
"stats": { | |||
" | "Damage": "-8%", | ||
" | "Attack Speed": "16%", | ||
"Armor": -4, | |||
"Dodge": "13%", | |||
" | "Speed": "10%" | ||
" | |||
}, | }, | ||
" | "description": "I gave of my flesh, that my strike might be swift." | ||
}, | }, | ||
{ | { | ||
| Line 1,599: | Line 1,325: | ||
"name": "Eternal Vitality", | "name": "Eternal Vitality", | ||
"icon": "Blessings_eternal_vitality.png", | "icon": "Blessings_eternal_vitality.png", | ||
" | "tier": 3, | ||
"price": 112, | |||
"locked": false, | |||
"tags": [ | |||
"HP" | |||
" | ], | ||
"stats": { | |||
"Health Points": 32, | |||
"HP Rate": "64%", | |||
"HP Delay": "-24%", | |||
"HP Steal": "-0.96%", | |||
"Dodge": "-8%" | |||
}, | }, | ||
" | "description": "His breath restores bone and blood anew." | ||
}, | }, | ||
{ | { | ||
| Line 1,619: | Line 1,345: | ||
"name": "Feast of Souls", | "name": "Feast of Souls", | ||
"icon": "Blessings_feast_of_souls.png", | "icon": "Blessings_feast_of_souls.png", | ||
" | "tier": 3, | ||
"price": 105, | |||
"locked": true, | |||
"tags": [ | |||
"CruxDoubleSouls" | |||
" | ], | ||
"description": "What is taken is doubled - yet what I reach is bound." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 1,639: | Line 1,358: | ||
"name": "Heaven’s Pyre", | "name": "Heaven’s Pyre", | ||
"icon": "Blessings_heaven_s_pyre.png", | "icon": "Blessings_heaven_s_pyre.png", | ||
" | "tier": 3, | ||
"price": 112, | |||
"locked": true, | |||
"tags": [ | |||
"Fire" | |||
" | ], | ||
"stats": { | |||
"Fire Damage": "58%", | |||
"Attack Speed": "10%" | |||
}, | }, | ||
" | "description": "A holy pyre that devours flesh, faith, and all that remains." | ||
}, | }, | ||
{ | { | ||
| Line 1,659: | Line 1,375: | ||
"name": "Iron Covenant", | "name": "Iron Covenant", | ||
"icon": "Blessings_iron_covenant.png", | "icon": "Blessings_iron_covenant.png", | ||
" | "tier": 3, | ||
"price": 91, | |||
"locked": true, | |||
"tags": [ | |||
"LockArmor" | |||
" | ], | ||
"description": "No force can reduce me further." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 1,679: | Line 1,388: | ||
"name": "Manna Drop", | "name": "Manna Drop", | ||
"icon": "Blessings_manna_drop.png", | "icon": "Blessings_manna_drop.png", | ||
" | "tier": 3, | ||
"price": 98, | |||
"locked": true, | |||
"tags": [ | |||
"LockHPDelay" | |||
], | |||
"stats": { | |||
"HP Steal": "-100%" | |||
}, | }, | ||
" | "description": "As manna in the desert - feeding life each dawn." | ||
}, | }, | ||
{ | { | ||
| Line 1,699: | Line 1,404: | ||
"name": "Mother’s Blessing", | "name": "Mother’s Blessing", | ||
"icon": "Blessings_mother_s_blessing.png", | "icon": "Blessings_mother_s_blessing.png", | ||
" | "tier": 3, | ||
"price": 105, | |||
"locked": true, | |||
"stats": { | |||
"Speed": "10%", | |||
" | "Rarity Find": "54%" | ||
" | |||
}, | }, | ||
" | "description": "The Mother’s light rises within you, uplifting every part of your being." | ||
}, | }, | ||
{ | { | ||
| Line 1,717: | Line 1,418: | ||
"name": "Near Dominion", | "name": "Near Dominion", | ||
"icon": "Blessings_near_dominion.png", | "icon": "Blessings_near_dominion.png", | ||
" | "tier": 3, | ||
"price": 91, | |||
"locked": true, | |||
"tags": [ | |||
"Melee" | |||
" | ], | ||
"stats": { | |||
"Melee Damage": "31%", | |||
" | "Range Damage": "-23%", | ||
" | "Armor": 8, | ||
"Dodge": "13%" | |||
}, | }, | ||
" | "description": "The faithful advance - and none within reach withstand them." | ||
}, | }, | ||
{ | { | ||
| Line 1,737: | Line 1,437: | ||
"name": "Righteous Edge", | "name": "Righteous Edge", | ||
"icon": "Blessings_righteous_edge.png", | "icon": "Blessings_righteous_edge.png", | ||
" | "tier": 3, | ||
"price": 98, | |||
"locked": true, | |||
"tags": [ | |||
"Physical" | |||
" | ], | ||
"stats": { | |||
"Holy Damage": "34%", | |||
"Critical Chance": "13%", | |||
"Critical Damage": "17%" | |||
}, | }, | ||
" | "description": "Each cut a prayer, each split a sentence." | ||
}, | }, | ||
{ | { | ||
| Line 1,757: | Line 1,455: | ||
"name": "Second Rite", | "name": "Second Rite", | ||
"icon": "Blessings_second_rite.png", | "icon": "Blessings_second_rite.png", | ||
" | "tier": 3, | ||
"price": 105, | |||
"locked": true, | |||
"tags": [ | |||
"OnlyTier2" | |||
" | ], | ||
"description": "Only the second path is granted - nothing beyond." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 1,777: | Line 1,468: | ||
"name": "Vowed Might", | "name": "Vowed Might", | ||
"icon": "Blessings_vowed_might.png", | "icon": "Blessings_vowed_might.png", | ||
" | "tier": 3, | ||
"price": 105, | |||
"locked": true, | |||
" | "stats": { | ||
" | "Damage": "18%", | ||
" | "Health Points": 45, | ||
"Armor": -5 | |||
}, | }, | ||
" | "description": "Like Samson, bound by vow yet unyielding in might." | ||
}, | }, | ||
{ | { | ||
| Line 1,795: | Line 1,483: | ||
"name": "Wrath of the Storm", | "name": "Wrath of the Storm", | ||
"icon": "Blessings_wrath_of_the_storm.png", | "icon": "Blessings_wrath_of_the_storm.png", | ||
" | "tier": 3, | ||
"price": 112, | |||
"locked": true, | |||
"tags": [ | |||
"Electric" | |||
], | |||
"stats": { | |||
" | "Electric Damage": "58%", | ||
" | "Explosive Range": "19%", | ||
" | "Speed": "6%" | ||
}, | }, | ||
" | "description": "The storm no longer whispers - it strikes without mercy." | ||
} | } | ||
] | ] | ||
} | } | ||
Latest revision as of 16:04, 10 June 2026
| category | "Blessings" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | "One record per blessing (run-time stat boon). Every record: id (the game's internal id), slug (wiki page title of the entity's detail page; never recompute it), name (display name), icon (File: image name; empty string = no staged art). Plus: tier (1-3), price, locked, tags[] (tag keys -> Data:Tags.json), stats{} (signed stat modifiers; '5%' strings keep the % sign), description (flavor prose). '<X> Plus' records are upgraded variants: ids pair '<x>-plus' with '<x>' and Module:CrossRef links base <-> Plus at render time. Consumed by Module:Core, Module:CrossRef, Module:Navbox, Module:StatIndex, Module:TagIndex, Module:Iconbox." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| records |
|