From Arms of God Wiki
bot: operator iteration 2026-06-10d (hover tooltips / filter chips + DPS sort / damage-type hubs / stat reverse-lookup pages) |
bot: documentation pass — editor-facing docs (data descriptions, module comments, template usage, Help rewrite) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | { | ||
"category": "Passives", | "category": "Passives", | ||
" | "description": "One record per passive (permanent meta-progression bonus). 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 (all start locked), tags[] (tag keys -\u003E Data:Tags.json), stats{} (signed modifiers), description (flavor prose). Ranked families (Armor I/II/III) are grouped consecutively on the index by Module:Core's sort, not stored order. Consumed by Module:Core, Module:Navbox, Module:StatIndex, Module:TagIndex, Module:Iconbox.", | ||
"records": [ | "records": [ | ||
{ | { | ||
| Line 9: | Line 8: | ||
"name": "Advanced Loadout", | "name": "Advanced Loadout", | ||
"icon": "Passives_advanced_loadout.png", | "icon": "Passives_advanced_loadout.png", | ||
" | "tier": 3, | ||
"price": 1000, | |||
"locked": true, | |||
"tags": [ | |||
"StartWeaponTier2" | |||
" | ], | ||
"description": "Thine arsenal standeth not as it once did, but revealed and prepared.\nFrom what thou hast claimed, one shall answer thy call - already ascended." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 29: | Line 21: | ||
"name": "Armor I", | "name": "Armor I", | ||
"icon": "Passives_armor_i.png", | "icon": "Passives_armor_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Armor": 2 | |||
" | |||
}, | }, | ||
" | "description": "The Lord is my shield and my fortress; no blow shall break me." | ||
}, | }, | ||
{ | { | ||
| Line 47: | Line 34: | ||
"name": "Armor II", | "name": "Armor II", | ||
"icon": "Passives_armor_ii.png", | "icon": "Passives_armor_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Armor": 4 | |||
" | |||
}, | }, | ||
" | "description": "The shield is made stronger, and the blow is weakened upon it.\nIts force is lessened before it may reach me." | ||
}, | }, | ||
{ | { | ||
| Line 65: | Line 47: | ||
"name": "Armor III", | "name": "Armor III", | ||
"icon": "Passives_armor_iii.png", | "icon": "Passives_armor_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Armor": 6 | |||
" | |||
}, | }, | ||
" | "description": "I stand in faith, and I do not falter.\nThe force of the blow is spent before it may break me." | ||
}, | }, | ||
{ | { | ||
| Line 83: | Line 60: | ||
"name": "Arsenal Doctrine I", | "name": "Arsenal Doctrine I", | ||
"icon": "Passives_arsenal_doctrine_i.png", | "icon": "Passives_arsenal_doctrine_i.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"MainWeaponRefresh1" | |||
" | ], | ||
"description": "And the forge heareth thy cry.\nWhen thou seekest anew, thy chosen weapon is drawn closer unto thy hand." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 103: | Line 73: | ||
"name": "Arsenal Doctrine II", | "name": "Arsenal Doctrine II", | ||
"icon": "Passives_arsenal_doctrine_ii.png", | "icon": "Passives_arsenal_doctrine_ii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"tags": [ | |||
"MainWeaponRefresh2" | |||
" | ], | ||
"description": "The forge is bound to thy will.\nWhat thou seekest is drawn ever nearer." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 123: | Line 86: | ||
"name": "Ascension Protocol", | "name": "Ascension Protocol", | ||
"icon": "Passives_ascension_protocol.png", | "icon": "Passives_ascension_protocol.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"Tier3Weapons" | |||
" | ], | ||
"description": "And the steel was lifted higher, and it was permitted to ascend.\nThat which is joined in war may be made whole in its third form." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 143: | Line 99: | ||
"name": "Attack Speed I", | "name": "Attack Speed I", | ||
"icon": "Passives_attack_speed_i.png", | "icon": "Passives_attack_speed_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Attack Speed": "3%" | |||
}, | }, | ||
" | "description": "Thy hand is made swift in battle, and thy strikes shall not be stayed." | ||
}, | }, | ||
{ | { | ||
| Line 161: | Line 112: | ||
"name": "Attack Speed II", | "name": "Attack Speed II", | ||
"icon": "Passives_attack_speed_ii.png", | "icon": "Passives_attack_speed_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Attack Speed": "6%" | |||
}, | }, | ||
" | "description": "No pause remains between your blows. The rhythm of battle bends to your hand." | ||
}, | }, | ||
{ | { | ||
| Line 179: | Line 125: | ||
"name": "Attack Speed III", | "name": "Attack Speed III", | ||
"icon": "Passives_attack_speed_iii.png", | "icon": "Passives_attack_speed_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Attack Speed": "9%" | |||
}, | }, | ||
" | "description": "Your blows no longer falter. They follow in swift and relentless succession." | ||
}, | }, | ||
{ | { | ||
| Line 197: | Line 138: | ||
"name": "Close Combat I", | "name": "Close Combat I", | ||
"icon": "Passives_close_combat_i.png", | "icon": "Passives_close_combat_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Melee Damage": "8%" | |||
}, | }, | ||
" | "description": "In the nearness of battle, my strength was made greater, and my blows more certain." | ||
}, | }, | ||
{ | { | ||
| Line 215: | Line 151: | ||
"name": "Close Combat II", | "name": "Close Combat II", | ||
"icon": "Passives_close_combat_ii.png", | "icon": "Passives_close_combat_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Melee Damage": "16%" | |||
}, | }, | ||
" | "description": "At close range, my blows fell heavier, and the flesh could not withstand them.\nNone who stood near endured long." | ||
}, | }, | ||
{ | { | ||
| Line 233: | Line 164: | ||
"name": "Close Combat III", | "name": "Close Combat III", | ||
"icon": "Passives_close_combat_iii.png", | "icon": "Passives_close_combat_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Melee Damage": "24%" | |||
}, | }, | ||
" | "description": "None who came within my reach were spared.\nAll were broken in the nearness of battle." | ||
}, | }, | ||
{ | { | ||
| Line 251: | Line 177: | ||
"name": "Consecrated Armament", | "name": "Consecrated Armament", | ||
"icon": "Passives_consecrated_armament.png", | "icon": "Passives_consecrated_armament.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"StartEnhancer" | |||
" | ], | ||
"description": "Before the first blow is struck, thy armament is made ready.\nAnd it entereth the battle with greater strength." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 271: | Line 190: | ||
"name": "Critical Chance I", | "name": "Critical Chance I", | ||
"icon": "Passives_critical_chance_i.png", | "icon": "Passives_critical_chance_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "3%" | |||
}, | }, | ||
" | "description": "For the mark of weakness was set upon them, and my strike did find its place." | ||
}, | }, | ||
{ | { | ||
| Line 289: | Line 203: | ||
"name": "Critical Chance II", | "name": "Critical Chance II", | ||
"icon": "Passives_critical_chance_ii.png", | "icon": "Passives_critical_chance_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "6%" | |||
}, | }, | ||
" | "description": "The mark is set upon them, and my hand doth not falter.\nEach strike is guided true." | ||
}, | }, | ||
{ | { | ||
| Line 307: | Line 216: | ||
"name": "Critical Chance III", | "name": "Critical Chance III", | ||
"icon": "Passives_critical_chance_iii.png", | "icon": "Passives_critical_chance_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Critical Chance": "9%" | |||
}, | }, | ||
" | "description": "Nothing is hidden from my sight.\nEvery blow findeth flesh where it is weakest." | ||
}, | }, | ||
{ | { | ||
| Line 325: | Line 229: | ||
"name": "Crux Invocation", | "name": "Crux Invocation", | ||
"icon": "Passives_crux_invocation.png", | "icon": "Passives_crux_invocation.png", | ||
" | "tier": 1, | ||
"price": 50, | |||
"locked": true, | |||
"tags": [ | |||
"Crux" | |||
" | ], | ||
"description": "The Lord hath opened his armoury, and hath brought forth the weapons of his indignation." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 345: | Line 242: | ||
"name": "Damage I", | "name": "Damage I", | ||
"icon": "Passives_damage_i.png", | "icon": "Passives_damage_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Damage": "4%" | |||
" | |||
}, | }, | ||
" | "description": "And the Lord did arm my hand, that my blows might fall with greater wrath." | ||
}, | }, | ||
{ | { | ||
| Line 363: | Line 255: | ||
"name": "Damage II", | "name": "Damage II", | ||
"icon": "Passives_damage_ii.png", | "icon": "Passives_damage_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Damage": "8%" | |||
" | |||
}, | }, | ||
" | "description": "The wrath within my hand grew stronger, and each blow fell with greater force." | ||
}, | }, | ||
{ | { | ||
| Line 381: | Line 268: | ||
"name": "Damage III", | "name": "Damage III", | ||
"icon": "Passives_damage_iii.png", | "icon": "Passives_damage_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Damage": "12%" | |||
" | |||
}, | }, | ||
" | "description": "No restraint remained in my strikes, and all who stood before me were broken." | ||
}, | }, | ||
{ | { | ||
| Line 399: | Line 281: | ||
"name": "Defy Death", | "name": "Defy Death", | ||
"icon": "Passives_defy_death.png", | "icon": "Passives_defy_death.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"SecondWind" | |||
" | ], | ||
"description": "A mortal blow shall not claim thee.\nOnce in each wave, thou shalt endure the stroke, and for a brief moment no harm shall touch thee." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 419: | Line 294: | ||
"name": "Divine Requisition", | "name": "Divine Requisition", | ||
"icon": "Passives_divine_requisition.png", | "icon": "Passives_divine_requisition.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"FreeRefresh" | |||
" | ], | ||
"description": "And the Order, in its mercy, granteth thee another choosing.\nOnce in each wave, thou mayest seek new Prayers, and no Soul shall be taken from thee." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 439: | Line 307: | ||
"name": "Dodge I", | "name": "Dodge I", | ||
"icon": "Passives_dodge_i.png", | "icon": "Passives_dodge_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Dodge": "3%" | |||
" | |||
}, | }, | ||
" | "description": "My body did answer before the blow was struck, and I was not taken unaware." | ||
}, | }, | ||
{ | { | ||
| Line 457: | Line 320: | ||
"name": "Dodge II", | "name": "Dodge II", | ||
"icon": "Passives_dodge_ii.png", | "icon": "Passives_dodge_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Dodge": "6%" | |||
" | |||
}, | }, | ||
" | "description": "No blow may catch me, for I am not where it falleth.\nI move, and it is already too late." | ||
}, | }, | ||
{ | { | ||
| Line 475: | Line 333: | ||
"name": "Dodge III", | "name": "Dodge III", | ||
"icon": "Passives_dodge_iii.png", | "icon": "Passives_dodge_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Dodge": "9%" | |||
" | |||
}, | }, | ||
" | "description": "No hand may lay hold upon me.\nThe strike falleth, and I am not there." | ||
}, | }, | ||
{ | { | ||
| Line 493: | Line 346: | ||
"name": "Execution I", | "name": "Execution I", | ||
"icon": "Passives_execution_i.png", | "icon": "Passives_execution_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Critical Damage": "8%" | |||
}, | }, | ||
" | "description": "And when my strike was true, it did fall with the weight of final judgment." | ||
}, | }, | ||
{ | { | ||
| Line 511: | Line 359: | ||
"name": "Execution II", | "name": "Execution II", | ||
"icon": "Passives_execution_ii.png", | "icon": "Passives_execution_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Critical Damage": "16%" | |||
}, | }, | ||
" | "description": "A true strike fell with greater force, and the flesh could not withstand it.\nIt broke what it touched." | ||
}, | }, | ||
{ | { | ||
| Line 529: | Line 372: | ||
"name": "Execution III", | "name": "Execution III", | ||
"icon": "Passives_execution_iii.png", | "icon": "Passives_execution_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Critical Damage": "24%" | |||
}, | }, | ||
" | "description": "Judgment is final when it falleth. None are spared its weight." | ||
}, | }, | ||
{ | { | ||
| Line 547: | Line 385: | ||
"name": "Extra Resources I", | "name": "Extra Resources I", | ||
"icon": "Passives_extra_resources_i.png", | "icon": "Passives_extra_resources_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Resources": "3%" | |||
" | |||
}, | }, | ||
" | "description": "From the fallen I did gather, and their essence was not lost." | ||
}, | }, | ||
{ | { | ||
| Line 565: | Line 398: | ||
"name": "Extra Resources II", | "name": "Extra Resources II", | ||
"icon": "Passives_extra_resources_ii.png", | "icon": "Passives_extra_resources_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Resources": "6%" | |||
" | |||
}, | }, | ||
" | "description": "The harvest was made greater, and more was drawn from the fallen." | ||
}, | }, | ||
{ | { | ||
| Line 583: | Line 411: | ||
"name": "Extra Resources III", | "name": "Extra Resources III", | ||
"icon": "Passives_extra_resources_iii.png", | "icon": "Passives_extra_resources_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Resources": "9%" | |||
" | |||
}, | }, | ||
" | "description": "All that was taken was made mine in full.\nNo essence was lost, nor left behind." | ||
}, | }, | ||
{ | { | ||
| Line 601: | Line 424: | ||
"name": "Fervent Devotion I", | "name": "Fervent Devotion I", | ||
"icon": "Passives_fervent_devotion_i.png", | "icon": "Passives_fervent_devotion_i.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"RefreshCost1" | |||
" | ], | ||
"description": "And with every Prayer thou takest, thy favor is multiplied.\nEach offering maketh the next seeking easier, and the price of renewal is brought low." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 621: | Line 437: | ||
"name": "Fervent Devotion II", | "name": "Fervent Devotion II", | ||
"icon": "Passives_fervent_devotion_ii.png", | "icon": "Passives_fervent_devotion_ii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"tags": [ | |||
"RefreshCost2" | |||
" | ], | ||
"description": "The more thou prayest, the greater thy favor becometh.\nAnd the weight of renewal is lessened with every offering." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 641: | Line 450: | ||
"name": "Health I", | "name": "Health I", | ||
"icon": "Passives_health_i.png", | "icon": "Passives_health_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Health Points": 5 | |||
}, | }, | ||
" | "description": "O Lord my God, I cried to you for help, and you have healed me." | ||
}, | }, | ||
{ | { | ||
| Line 659: | Line 463: | ||
"name": "Health II", | "name": "Health II", | ||
"icon": "Passives_health_ii.png", | "icon": "Passives_health_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Health Points": 10 | |||
}, | }, | ||
" | "description": "He giveth power to the faint; and to them that have no might he increaseth strength." | ||
}, | }, | ||
{ | { | ||
| Line 677: | Line 476: | ||
"name": "Health III", | "name": "Health III", | ||
"icon": "Passives_health_iii.png", | "icon": "Passives_health_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Health Points": 15 | |||
}, | }, | ||
" | "description": "The Lord is the strength of my life; of whom shall I be afraid?" | ||
}, | }, | ||
{ | { | ||
| Line 695: | Line 489: | ||
"name": "Lazarus Protocol", | "name": "Lazarus Protocol", | ||
"icon": "Passives_lazarus_protocol.png", | "icon": "Passives_lazarus_protocol.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"tags": [ | |||
"Resurection" | |||
" | ], | ||
"description": "As Lazarus was called forth from the grave, so shalt thou rise.\nWhen death striketh thee down, thou shalt stand again - once in each crusade." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 715: | Line 502: | ||
"name": "Luck I", | "name": "Luck I", | ||
"icon": "Passives_luck_i.png", | "icon": "Passives_luck_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Rarity Find": "6%" | |||
}, | }, | ||
" | "description": "The Lord looked upon me with favor, and my path was made fortunate." | ||
}, | }, | ||
{ | { | ||
| Line 733: | Line 515: | ||
"name": "Luck II", | "name": "Luck II", | ||
"icon": "Passives_luck_ii.png", | "icon": "Passives_luck_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Rarity Find": "12%" | |||
}, | }, | ||
" | "description": "The Lord guided my path, and I was led toward what was of greater worth.\nFortune was not distant from me." | ||
}, | }, | ||
{ | { | ||
| Line 751: | Line 528: | ||
"name": "Luck III", | "name": "Luck III", | ||
"icon": "Passives_luck_iii.png", | "icon": "Passives_luck_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Rarity Find": "18%" | |||
}, | }, | ||
" | "description": "Nothing of lesser worth was set before me.\nOnly that which was chosen was given into my hand." | ||
}, | }, | ||
{ | { | ||
| Line 769: | Line 541: | ||
"name": "Merciful Liturgy I", | "name": "Merciful Liturgy I", | ||
"icon": "Passives_merciful_liturgy_i.png", | "icon": "Passives_merciful_liturgy_i.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"ReduceCost1" | |||
" | ], | ||
"description": "Thy offerings are received with mercy.\nAnd the weight of Souls demanded for each Prayer is made lighter." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 789: | Line 554: | ||
"name": "Merciful Liturgy II", | "name": "Merciful Liturgy II", | ||
"icon": "Passives_merciful_liturgy_ii.png", | "icon": "Passives_merciful_liturgy_ii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"tags": [ | |||
"ReduceCost2" | |||
" | ], | ||
"description": "Mercy is shown in greater measure.\nAnd the cost of each Prayer is made lighter still." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 809: | Line 567: | ||
"name": "Order’s Reserve I", | "name": "Order’s Reserve I", | ||
"icon": "Passives_order_s_reserve_i.png", | "icon": "Passives_order_s_reserve_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"tags": [ | |||
"StartSouls1" | |||
" | ], | ||
"description": "From the treasury of the Order thou art given a portion.\nAt the dawn of every crusade, Souls are placed into thy hand." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 829: | Line 580: | ||
"name": "Order’s Reserve II", | "name": "Order’s Reserve II", | ||
"icon": "Passives_order_s_reserve_ii.png", | "icon": "Passives_order_s_reserve_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"tags": [ | |||
"StartSouls2" | |||
" | ], | ||
"description": "The treasury is opened more freely unto thee.\nAnd at the dawn of battle, thy hand is filled with greater measure." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 849: | Line 593: | ||
"name": "Order’s Reserve III", | "name": "Order’s Reserve III", | ||
"icon": "Passives_order_s_reserve_iii.png", | "icon": "Passives_order_s_reserve_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"tags": [ | |||
"StartSouls3" | |||
" | ], | ||
"description": "The Order withholdeth not its wealth.\nAt the dawn of each crusade, thy portion is increased." | |||
" | |||
}, | }, | ||
{ | { | ||
| Line 869: | Line 606: | ||
"name": "Range I", | "name": "Range I", | ||
"icon": "Passives_range_i.png", | "icon": "Passives_range_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Range": "6%" | |||
" | |||
}, | }, | ||
" | "description": "The far and the near were made one, and both were laid low." | ||
}, | }, | ||
{ | { | ||
| Line 887: | Line 619: | ||
"name": "Range II", | "name": "Range II", | ||
"icon": "Passives_range_ii.png", | "icon": "Passives_range_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Range": "12%" | |||
" | |||
}, | }, | ||
" | "description": "What was far was drawn within my grasp, and it was struck down." | ||
}, | }, | ||
{ | { | ||
| Line 905: | Line 632: | ||
"name": "Range III", | "name": "Range III", | ||
"icon": "Passives_range_iii.png", | "icon": "Passives_range_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Range": "18%" | |||
" | |||
}, | }, | ||
" | "description": "And none stood beyond my reach, nor escaped my judgment." | ||
}, | }, | ||
{ | { | ||
| Line 923: | Line 645: | ||
"name": "Speed I", | "name": "Speed I", | ||
"icon": "Passives_speed_i.png", | "icon": "Passives_speed_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"Speed": "2.5%" | |||
" | |||
}, | }, | ||
" | "description": "My steps were guided away from death, and I was preserved." | ||
}, | }, | ||
{ | { | ||
| Line 941: | Line 658: | ||
"name": "Speed II", | "name": "Speed II", | ||
"icon": "Passives_speed_ii.png", | "icon": "Passives_speed_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"Speed": "5%" | |||
" | |||
}, | }, | ||
" | "description": "And I stood not where the blow was meant to fall, and thus I endured." | ||
}, | }, | ||
{ | { | ||
| Line 959: | Line 671: | ||
"name": "Speed III", | "name": "Speed III", | ||
"icon": "Passives_speed_iii.png", | "icon": "Passives_speed_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"Speed": "7.5%" | |||
" | |||
}, | }, | ||
" | "description": "Where I had stood, there fell the blow - yet I was not there." | ||
}, | }, | ||
{ | { | ||
| Line 977: | Line 684: | ||
"name": "XP Gain I", | "name": "XP Gain I", | ||
"icon": "Passives_xp_gain_i.png", | "icon": "Passives_xp_gain_i.png", | ||
" | "tier": 1, | ||
"price": 100, | |||
"locked": true, | |||
"stats": { | |||
"XP Gain": "6%" | |||
}, | }, | ||
" | "description": "With each trial endured, my understanding deepened, and I was changed." | ||
}, | }, | ||
{ | { | ||
| Line 995: | Line 697: | ||
"name": "XP Gain II", | "name": "XP Gain II", | ||
"icon": "Passives_xp_gain_ii.png", | "icon": "Passives_xp_gain_ii.png", | ||
" | "tier": 2, | ||
"price": 250, | |||
"locked": true, | |||
"stats": { | |||
"XP Gain": "12%" | |||
}, | }, | ||
" | "description": "Each trial shaped me further, and my understanding grew without delay." | ||
}, | }, | ||
{ | { | ||
| Line 1,013: | Line 710: | ||
"name": "XP Gain III", | "name": "XP Gain III", | ||
"icon": "Passives_xp_gain_iii.png", | "icon": "Passives_xp_gain_iii.png", | ||
" | "tier": 3, | ||
"price": 500, | |||
"locked": true, | |||
"stats": { | |||
"XP Gain": "18%" | |||
}, | }, | ||
" | "description": "Understanding was granted unto me without delay, and I was changed by it." | ||
} | } | ||
] | ] | ||
} | } | ||
Latest revision as of 16:04, 10 June 2026
| category | "Passives" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | "One record per passive (permanent meta-progression bonus). 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 (all start locked), tags[] (tag keys -> Data:Tags.json), stats{} (signed modifiers), description (flavor prose). Ranked families (Armor I/II/III) are grouped consecutively on the index by Module:Core's sort, not stored order. Consumed by Module:Core, Module:Navbox, Module:StatIndex, Module:TagIndex, Module:Iconbox." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| records |
|