Created
November 17, 2012 15:41
-
-
Save BonsaiDen/4096890 to your computer and use it in GitHub Desktop.
Dark Souls Weapons Data in JSON form (scraped from: http://darksoulswiki.wikispaces.com/Weapons )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "name": "Dagger", | |
| "atk": { | |
| "physical": 56, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 131 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 5, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 0, | |
| "attackTypes": ["Slash", "Thrust"], | |
| "obtained": ["Initial equipment for Sorcerer.", "Undead Merchant (male) sell the weapon for 300 Souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Ghost Blade", | |
| "atk": { | |
| "physical": 100, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 127 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 5, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 0, | |
| "attackTypes": ["Slash", "Thrust", "Combo"], | |
| "obtained": ["Rare drop from Female Ghost (Banshee) in New Londo Ruins."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Bandit's Knife", | |
| "atk": { | |
| "physical": 56, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 147 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 1, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Initial equipment for Thief.", "Drop from Undead Assassin."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Parrying Dagger", | |
| "atk": { | |
| "physical": 54, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 131 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 5, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 0, | |
| "attackTypes": ["Slash", "Thrust"], | |
| "obtained": ["Treasure in New Londo Ruins"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Priscilla's Dagger", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 500, | |
| "divine": null, | |
| "occult": 110 | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 20, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "A", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 1, | |
| "attackTypes": ["Slash", "Combo"], | |
| "obtained": ["Obtained by cutting off Crossbreed Priscilla's Tail."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dark Silver Tracer", | |
| "atk": { | |
| "physical": 75, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 160 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 25, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "S", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 120, | |
| "weight": 1, | |
| "attackTypes": ["Slash", "Thrust"], | |
| "obtained": ["Can be obtained either by trading Soul of Artorias to Lord's Blade Ciaran, or by killing her."], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Straight Sword Hilt", | |
| "atk": { | |
| "physical": 20, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 20, | |
| "magic": 5, | |
| "fire": 15, | |
| "lightning": 15, | |
| "stab": 10 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 6, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 1, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Starting equipment for all players in the Undead Asylum"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Broken Straight Sword", | |
| "atk": { | |
| "physical": 40, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 20, | |
| "magic": 5, | |
| "fire": 15, | |
| "lightning": 15, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 8, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 2, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Drops from Infantry Hollow (Undead Burg) and Infested Ghouls (Multiple Locations)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Broadsword", | |
| "atk": { | |
| "physical": 82, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 3, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Initial Equipment for Knight.", "Can be bought from Andrei of Astora for 1,000 souls."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Shortsword", | |
| "atk": { | |
| "physical": 78, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 8, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 2, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Initial Equipment for Hunter.", "Sold by the male Undead Merchant for 600 souls", "Drops from Armored Hollows."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Longsword", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 3, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Starting equipment for Warrior", "Bought from Andrei of Astora for 1,000 souls", "Drops from Undead Solider (with Sword or Spear)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Barbed Straight Sword", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 3, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Possible drop from NPC Phantom, Knight Kirk"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Sunlight Straight Sword", | |
| "atk": { | |
| "physical": 82, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 240, | |
| "weight": 4, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Drops from Solaire of Astora"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Balder Side Sword", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 120, | |
| "weight": 3, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Drops from Side Sword wielding Balder Knights (Undead Parish)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Astora's Straight Sword", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 80, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": 120, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 14 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": "C" | |
| }, | |
| "durability": 160, | |
| "weight": 3, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Found in Valley of the Drakes, guarded by Undead Dragon"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Silver Knight Straight Sword", | |
| "atk": { | |
| "physical": 165, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 22, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 6, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Possible drop from Silver Knights in Anor Londo"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Drake Sword", | |
| "atk": { | |
| "physical": 200, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 360, | |
| "weight": 6, | |
| "attackTypes": ["Regular", "Special"], | |
| "obtained": ["Reward for cutting off The Bridge Wyvern's tail."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Darksword", | |
| "atk": { | |
| "physical": 82, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 16, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 6, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Obtained after reaching Rank 2 in the Darkwraith covenant."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Crystal Straight Sword", | |
| "atk": { | |
| "physical": 145, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": {}, | |
| "durability": 60, | |
| "weight": 6, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Drops from Undead Crystal Soldiers (Sword)", "Sold by Domhnall of Zena for 4,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Bastard Sword", | |
| "atk": { | |
| "physical": 105, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 6, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Purchased from Blacksmith Andrei for 3,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Black Knight Sword", | |
| "atk": { | |
| "physical": 220, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 18, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 8, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Chance to drop from Black Knights wielding this weapon (various locations)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Claymore", | |
| "atk": { | |
| "physical": 103, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 6, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Looted from a body on the bridge guarded by Hellkite Wyvern in Undead Burg"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Flamberge", | |
| "atk": { | |
| "physical": 100, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 6, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Can be purchased from Shiva of the East for 10,000 souls", "Dropped by Snake-Headed Mage in Sen's Fortress"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Crystal Greatsword", | |
| "atk": { | |
| "physical": 180, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 60, | |
| "weight": 8, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Can be purchased from Domhnall of Zena in the Depths and later on in Firelink Shrine for 6,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Man-Serpent Greatsword", | |
| "atk": { | |
| "physical": 110, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 10, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Possible drop from Snake-Headed Soldier in Sen's Fortress"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Great Lord Greatsword", | |
| "atk": { | |
| "physical": 231, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 400, | |
| "weight": 8, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Ascension only (need Soul of Gwyn, Lord of Cinder) from Giant Blacksmith"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Moonlight Greatsword", | |
| "atk": { | |
| "physical": 0, | |
| "magic": 132, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 10, | |
| "intelligence": 28, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": "A", | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 6, | |
| "attackTypes": ["Regular", "Special"], | |
| "obtained": ["Obtained by cutting off Seath the Scaleless' Tail."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Greatsword of Artorias", | |
| "atk": { | |
| "physical": 120, | |
| "magic": 85, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": 140, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 18, | |
| "intelligence": 20, | |
| "faith": 20 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": "B", | |
| "faith": "B" | |
| }, | |
| "durability": 400, | |
| "weight": 10, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Ascension only (need soul of Great Grey Wolf Sif) from Giant Blacksmith"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Greatsword of Artorias (Cursed)", | |
| "atk": { | |
| "physical": 158, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 18, | |
| "intelligence": 18, | |
| "faith": 18 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": "C", | |
| "faith": "C" | |
| }, | |
| "durability": 400, | |
| "weight": 10, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Ascension only (need soul of Great Grey Wolf Sif) from Giant Blacksmith"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Stone Greatsword", | |
| "atk": { | |
| "physical": 148, | |
| "magic": 100, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 40, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": "E", | |
| "faith": null | |
| }, | |
| "durability": 800, | |
| "weight": 18, | |
| "attackTypes": [800, 18], | |
| "obtained": ["Drops from the Stone Knights in the Darkroot Garden", "Can be purchased from Shiva of the East for 15,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Abyss Greatsword", | |
| "atk": { | |
| "physical": 160, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 50, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 22, | |
| "dexterity": 18, | |
| "intelligence": 18, | |
| "faith": 18 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 9, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Ascension only (Soul of Artorias required)"], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Obsidian Greatsword", | |
| "atk": { | |
| "physical": 32060, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "bonus": 10038 | |
| }, | |
| "def": {}, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 16, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": {}, | |
| "durability": 3508, | |
| "attackTypes": ["RegularSpecial"], | |
| "obtained": ["Obtained by cutting off the tail of Black Dragon Kalameet."], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Dragon Greatsword", | |
| "atk": { | |
| "physical": 390, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 70, | |
| "magic": 10, | |
| "fire": 50, | |
| "lightning": 50, | |
| "stab": 44 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 50, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 400, | |
| "weight": 24, | |
| "attackTypes": ["Regular", "Special"], | |
| "obtained": ["Obtained by cutting off the tail of the Ancient Stone Dragon", "Note: This will not make him hostile, will not break the covenant, and will not prevent you from joining the covenant.", "Sends a shockwave in front of player if you hold it in 2 hands and use a strong attack."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Greatsword", | |
| "atk": { | |
| "physical": 130, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 70, | |
| "magic": 10, | |
| "fire": 50, | |
| "lightning": 50, | |
| "stab": 44 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 28, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 12, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Can be purchased from the Crestfallen Merchant for 8000 souls.", "Found on dead body in Anor Londo to the left of the large painting leading to the Painted World of Ariamis", "Drops from Heavy Knight(mace), Heavy Knight(Sword)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Black Knight Greatsword", | |
| "atk": { | |
| "physical": 220, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 70, | |
| "magic": 10, | |
| "fire": 50, | |
| "lightning": 50, | |
| "stab": 44 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 32, | |
| "dexterity": 18, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 14, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Chance to drop from Black Knights wielding a Greatsword. The Black Knight in Undead Parish is one such."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Zweihander", | |
| "atk": { | |
| "physical": 130, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 70, | |
| "magic": 10, | |
| "fire": 50, | |
| "lightning": 50, | |
| "stab": 44 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 10, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Obtained in the Graveyard area next to one of the large skeletons near Firelink Shrine"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Demon Great Machete", | |
| "atk": { | |
| "physical": 133, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 70, | |
| "magic": 10, | |
| "fire": 50, | |
| "lightning": 50, | |
| "stab": 44 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 40, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 18, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Chance to drop from Capra Demon boss", "Chance to drop from standard Capra enemies", "Can be purchased from Shiva of the East for 10.000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Scimitar", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 13, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 1, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Purchased from Undead Merchant for 600 souls", "Chance to drop from Skeleton Swords-men"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Shotel", | |
| "atk": { | |
| "physical": 82, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 9, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 120, | |
| "weight": 2, | |
| "attackTypes": ["Slash", "Special"], | |
| "obtained": ["Can be found on a body in Sen's Fortress.", "Purchased from Shiva of the East for 10,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Falchion", | |
| "atk": { | |
| "physical": 82, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 9, | |
| "dexterity": 13, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 2, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Found in Blighttown", "Chance drop from Skeleton Swordsman", "(enchanted) in duke's archives. (Crystal ember room.)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Quelaag's Furysword", | |
| "atk": { | |
| "physical": 60, | |
| "magic": 0, | |
| "fire": 180, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 11, | |
| "dexterity": 13, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 3, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Upgrade +10 curved sword with Quelaag's Soul at the Giant Blacksmith."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Painting Guardian Sword", | |
| "atk": { | |
| "physical": 76, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 20, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "A", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 1, | |
| "attackTypes": ["Slash", "Combo"], | |
| "obtained": ["Possible drop from Painting Guardians in Anor Londo."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Jagged Ghost Blade", | |
| "atk": { | |
| "physical": 140, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 1, | |
| "attackTypes": ["Slash", "Thrust", "Combo"], | |
| "obtained": ["Chance drop from Dual blade ghosts in New Londo."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Gold Tracer", | |
| "atk": { | |
| "physical": 130, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 9, | |
| "dexterity": 25, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "A", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 240, | |
| "weight": 2, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Can be obtained either by trading Soul of Artorias to Lord's Blade Ciaran, or by killing her."], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Uchigatana", | |
| "atk": { | |
| "physical": 90, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 80, | |
| "weight": 5, | |
| "attackTypes": ["Slash", "Thrust"], | |
| "obtained": ["Drop from the undead merchant", "Purchased from Shiva of the East for 5,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Washing Pole", | |
| "atk": { | |
| "physical": 90, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 16, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 60, | |
| "weight": 8, | |
| "attackTypes": ["Slash", "Thrust"], | |
| "obtained": ["Purchased from Shiva of the East for 20,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Iaito", | |
| "atk": { | |
| "physical": 88, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 20, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 80, | |
| "weight": 5, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Found in Blighttown"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Chaos Blade", | |
| "atk": { | |
| "physical": 133, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 120, | |
| "weight": 6, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Upgrade +10 katana with Quelaag's Soul at the Giant Blacksmith"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Server", | |
| "atk": { | |
| "physical": 107, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 13, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 10, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Found in the Blight Town Swamp"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Murakumo", | |
| "atk": { | |
| "physical": 113, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 28, | |
| "dexterity": 13, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 180, | |
| "weight": 12, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Drops from Giant Sword Skeleton", "Drops from Shiva of the East"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Gravelord Sword", | |
| "atk": { | |
| "physical": 265, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 60, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": 300, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 13, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 10, | |
| "attackTypes": ["Slash", "Thrust"], | |
| "obtained": ["Join the Gravelord Covenant"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Rapier", | |
| "atk": { | |
| "physical": 73, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 110 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 1, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Purchased from Undead Merchant for 600 souls", "Drops from Undead Knight (Rapier)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Estoc", | |
| "atk": { | |
| "physical": 75, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 3, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Found on a body in New Londo Ruins, before the ghosts"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Mail Breaker", | |
| "atk": { | |
| "physical": 57, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 120 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 5, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 0, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Found on a body in the Lower Undead Burg, first thief attack"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Ricard's Rapier", | |
| "atk": { | |
| "physical": 70, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 8, | |
| "dexterity": 20, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 2, | |
| "attackTypes": ["Thrust", "Combo"], | |
| "obtained": ["Drops from Undead Prince Ricard"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Velka's Rapier", | |
| "atk": { | |
| "physical": 62, | |
| "magic": 104, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": 110 | |
| }, | |
| "req": { | |
| "strength": 8, | |
| "dexterity": 16, | |
| "intelligence": 16, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": "B", | |
| "faith": null | |
| }, | |
| "durability": 130, | |
| "weight": 2, | |
| "attackTypes": ["Regular", "Thrust", "Combo"], | |
| "obtained": ["Found in Painted World of Ariamis"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Hand Axe", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 8, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 2, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Initial Equipment for Pyromancer", "Purchased from Undead Merchant for 450 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Gargoyle Tail Axe", | |
| "atk": { | |
| "physical": 93, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 5, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Acquire by cutting off the Gargoyle's tail (Bell Gargoyle or Anor Londo)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Battle Axe", | |
| "atk": { | |
| "physical": 95, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 4, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Initial Equipment for Bandit", "Sold by Andrei of Astora for 1,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Butcher Knife", | |
| "atk": { | |
| "physical": 90, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 10, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Drop from Black Phantom Maneater Mildred, who invades in the Blighttown Swamps."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Crescent Axe", | |
| "atk": { | |
| "physical": 115, | |
| "magic": 115, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": 120, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 18, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 16 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": "B" | |
| }, | |
| "durability": 180, | |
| "weight": 7, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Bought from Patches the Hyena for 10,000 souls."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Golem Axe", | |
| "atk": { | |
| "physical": 155, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 36 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 36, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 16, | |
| "attackTypes": ["Regular", "Special"], | |
| "obtained": ["Ascension only ( +10 Axe and Core of an Iron Golem at the Giant Blacksmith)", "One handed R2 attack created AOE wind blast. Degrades weapon quickly"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Demon's Greataxe", | |
| "atk": { | |
| "physical": 114, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 46, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "A", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 22, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Rare drop from the Taurus Demon.", "Bought from Shiva of The East for 10,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Greataxe", | |
| "atk": { | |
| "physical": 140, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 32, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 230, | |
| "weight": 14, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Found in The Depths", "Bought from the Crestfallen Merchant for 8,000 souls", "Rare drop from Tower Knight ontop of Sen's Fortress"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dragon King Greataxe", | |
| "atk": { | |
| "physical": 380, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 50, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 400, | |
| "weight": 24, | |
| "attackTypes": ["Regular", "Special"], | |
| "obtained": ["Acquired by cutting off the Gaping Dragon's tail.", "AoE attack when held in 2 hands and a strong attack is used."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Black Knight Greataxe", | |
| "atk": { | |
| "physical": 229, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 36, | |
| "dexterity": 18, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 16, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Dropped from Black Knights wielding them."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Stone Greataxe", | |
| "atk": { | |
| "physical": 190, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 55, | |
| "magic": 10, | |
| "fire": 40, | |
| "lightning": 40, | |
| "stab": 38 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 48, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 700, | |
| "weight": 24, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Dropped from the Stone Guardians in the Royal Woods."], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Club", | |
| "atk": { | |
| "physical": 87, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "A", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 3, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Purchased from Undead Merchant for 150 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Reinforced Club", | |
| "atk": { | |
| "physical": 97, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 4, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Purchased from Undead Merchant for 350 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Mace", | |
| "atk": { | |
| "physical": 91, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 4, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Initial equipment for Cleric", "Sold by Patches the Hyena for 3,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Morning Star", | |
| "atk": { | |
| "physical": 83, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 11, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 180, | |
| "weight": 4, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Found in chest near firelink shrine."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Warpick", | |
| "atk": { | |
| "physical": 91, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 11, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 220, | |
| "weight": 3, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Can be bought from Andrei of Astora for 800 Souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Pickaxe", | |
| "atk": { | |
| "physical": 89, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 5, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Possible drop from Boulder Infested Barbarian in Blight Town Swamp."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Blacksmith Hammer", | |
| "atk": { | |
| "physical": 87, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 5, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Drop from Andre of Astora in Undead Parish"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Blacksmith Giant Hammer", | |
| "atk": { | |
| "physical": 120, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 200, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 6, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Drop from Giant Blacksmith in Anor Londo."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Hammer of Vamos", | |
| "atk": { | |
| "physical": 105, | |
| "magic": 0, | |
| "fire": 64, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 45, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 12, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Drop from Blacksmith Vamos in The Catacombs."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Demon's Great Hammer", | |
| "atk": { | |
| "physical": 138, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 46, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 22, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Defeat the Asylum Demon in tutorial the first encounter. ( Pre-equipment. )", "Killing it the first time in NG+ also grants you the weapon.", "Trade Sack to Snuggly"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Great Club", | |
| "atk": { | |
| "physical": 135, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 28, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 12, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Found in Blighttown near Quelaag's Domain. Pocket island with Rock-Tosser Barbarians."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dragon Tooth", | |
| "atk": { | |
| "physical": 290, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 40, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 999, | |
| "weight": 18, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Found in Anor Londo, by revealing a hidden door in a fireplace."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Smough's Hammer", | |
| "atk": { | |
| "physical": 300, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 58, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 28, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Ascend any +10 strike weapon with the Soul of Smough at the Giant Blacksmith."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Grant", | |
| "atk": { | |
| "physical": 130, | |
| "magic": 130, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": 130, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 50, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 30 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "A" | |
| }, | |
| "durability": 600, | |
| "weight": 24, | |
| "attackTypes": ["Strike", "Special"], | |
| "obtained": ["Drop from NPC Phantom Paladin Leeroy in Tomb of Giants."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Large Club", | |
| "atk": { | |
| "physical": 120, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 50, | |
| "magic": 10, | |
| "fire": 35, | |
| "lightning": 35, | |
| "stab": 32 | |
| }, | |
| "effects": { | |
| "poison": 180, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 26, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "A", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 250, | |
| "weight": 11, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Drop from Club wielding Infested Barbarians in Blighttown."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Caestus", | |
| "atk": { | |
| "physical": 60, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 5, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Sold by Blacksmith Andrei in Undead Parish for 200 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Claws", | |
| "atk": { | |
| "physical": 65, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 1, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Sold by Shiva of the East in Blighttown Swamp for 5,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dragon Bone Fist", | |
| "atk": { | |
| "physical": 90, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "A", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 999, | |
| "weight": 8, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Acquire by Ascending a +10 Fist Weapon with the Core of an Iron Golem at the Giant Blacksmith"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dark Hand", | |
| "atk": { | |
| "physical": 200, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 80, | |
| "magic": 80, | |
| "fire": 80, | |
| "lightning": 80, | |
| "stab": 30 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": 110 | |
| }, | |
| "req": { | |
| "strength": 0, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 999, | |
| "weight": 0, | |
| "attackTypes": ["Strike", "Special"], | |
| "obtained": ["Acquired from the Darkwraith Covenant", "Rare drops from Darkwraith in New Londo Ruins"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Spear", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 11, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 180, | |
| "weight": 3, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Sold by Undead Merchant for 600 souls", "Drops from Undead Soldiers", "Drops from Phalanx"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Winged Spear", | |
| "atk": { | |
| "physical": 86, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 13, | |
| "dexterity": 15, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 140, | |
| "weight": 4, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Found in Skeleton Graveyard near Firelink Shrine"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Demon's Spear", | |
| "atk": { | |
| "physical": 100, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 120, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 400, | |
| "weight": 4, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Rare drop from Bat Wing Demons in Anor Londo", "Sold by Shiva of the East for 15,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Pike", | |
| "atk": { | |
| "physical": 86, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 180, | |
| "weight": 10, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Sold by Blacksmith Andrei for 2,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dragonslayer Spear", | |
| "atk": { | |
| "physical": 90, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 60, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 24, | |
| "dexterity": 24, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": "B" | |
| }, | |
| "durability": 300, | |
| "weight": 10, | |
| "attackTypes": ["Thrust", "Special"], | |
| "obtained": ["Ascends from a +10 spear and Soul of Ornstein"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Partizan", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 13, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 4, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Found in Darkroot Garden"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Channeler's Trident", | |
| "atk": { | |
| "physical": 70, | |
| "magic": 104, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 0 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 16, | |
| "intelligence": 24, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": "B", | |
| "faith": null | |
| }, | |
| "durability": 240, | |
| "weight": 6, | |
| "attackTypes": ["Thrust", "Special"], | |
| "obtained": ["Rare drop from Channelers in Duke's Archives"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Silver Knight Spear", | |
| "atk": { | |
| "physical": 155, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": 110, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 22, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 6, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Possible drop from Spear wielding Silver Knights in Anor Londo"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Moonlight Butterfly Horn", | |
| "atk": { | |
| "physical": 0, | |
| "magic": 110, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 0, | |
| "intelligence": 14, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": "B", | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 4, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Ascend a +10 spear with the Soul of the Moonlight Butterfly"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Four-pronged Plow", | |
| "atk": { | |
| "physical": 75, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 15, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 5, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Dropped by the Treant Gardeners in the Royal Wood."], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Halberd", | |
| "atk": { | |
| "physical": 110, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 6, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Found in Undead Parish", "Crystal Halberd found in Anor Londo"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Gargoyle's Halberd", | |
| "atk": { | |
| "physical": 115, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 6, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Possible drop from Bell Gargoyles or Gargoyles in Anor Londo"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Titanite Catch Pole", | |
| "atk": { | |
| "physical": 120, | |
| "magic": 145, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": "D", | |
| "faith": null | |
| }, | |
| "durability": 600, | |
| "weight": 6, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Rare drops from Titanite Demons"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Black Knight Halberd", | |
| "atk": { | |
| "physical": 230, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 32, | |
| "dexterity": 18, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "E", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 14, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Possible drop from Halberd wielding Black Knights at Darkroot Garden or Kiln of the First Flame"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Great Scythe", | |
| "atk": { | |
| "physical": 100, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 130, | |
| "weight": 5, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Found in the Catacombs"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Lifehunt Scythe", | |
| "atk": { | |
| "physical": 165, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 22 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 500, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 6, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Upgrade +10 Scythe, Whip,or Halberd and Soul of Priscilla at the Giant Blacksmith."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Scythe", | |
| "atk": { | |
| "physical": 110, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 5, | |
| "attackTypes": ["Slash"], | |
| "obtained": ["Found in Sen's Fortress"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Lucerne", | |
| "atk": { | |
| "physical": 110, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 15, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 5, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Found in the Catacombs"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Giant's Halberd", | |
| "atk": { | |
| "physical": 110, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 135, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 40, | |
| "magic": 10, | |
| "fire": 30, | |
| "lightning": 30, | |
| "stab": 26 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 36, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 16, | |
| "attackTypes": ["Regular", "Thrust"], | |
| "obtained": ["Drops from Giant Sentinels in Anor Londo", "Bought from Giant Blacksmith for 5,000 souls"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Whip", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 30, | |
| "magic": 10, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 1, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Found in Blighttown"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Notched Whip", | |
| "atk": { | |
| "physical": 76, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 30, | |
| "magic": 10, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": 300, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 8, | |
| "dexterity": 16, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "B", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 200, | |
| "weight": 2, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Drop from NPC Phantom Xanthous King Jeremiah"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Guardian Tail", | |
| "atk": { | |
| "physical": 84, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 30, | |
| "magic": 10, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": 180, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 15, | |
| "dexterity": 10, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "dexterity": "C" | |
| }, | |
| "durability": 250, | |
| "weight": 5, | |
| "attackTypes": ["Regular"], | |
| "obtained": ["Sever the tail of the Sanctuary Guardian in Sanctuary Garden"], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Short Bow", | |
| "atk": { | |
| "physical": 31, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "A", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 0, | |
| "attackTypes": [50], | |
| "obtained": ["Default gear for Hunter", "Purchased from Undead Merchant for 1000 souls", "Drops from Skeleton (bow)", "Drops from Undead Archer"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Longbow", | |
| "atk": { | |
| "physical": 36, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 9, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "A", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 1, | |
| "attackTypes": [50], | |
| "obtained": ["Found in Darkroot Grove"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Composite Bow", | |
| "atk": { | |
| "physical": 55, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 11, | |
| "dexterity": 12, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 1, | |
| "attackTypes": [38], | |
| "obtained": ["Found in New Londo Ruins"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Black Bow of Pharis", | |
| "atk": { | |
| "physical": 34, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 9, | |
| "dexterity": 18, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "S", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 1, | |
| "attackTypes": [65], | |
| "obtained": ["Drops from Pharis in Darkroot Garden"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Darkmoon Bow", | |
| "atk": { | |
| "physical": 80, | |
| "magic": 80, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 16, | |
| "intelligence": 0, | |
| "faith": 16 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "D", | |
| "intelligence": null, | |
| "faith": "D" | |
| }, | |
| "durability": 400, | |
| "weight": 1, | |
| "attackTypes": [50], | |
| "obtained": ["Ascension only (Bow weapon +10 + Soul of Gwyndolin + Giant Blacksmith)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Dragonslayer Greatbow", | |
| "atk": { | |
| "physical": 85, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 20, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "C", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 10, | |
| "attackTypes": [50], | |
| "obtained": ["Found in Anor Londo"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Gough's Greatbow", | |
| "atk": { | |
| "physical": 85, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 27, | |
| "dexterity": 20, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": "C", | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 100, | |
| "weight": 13, | |
| "attackTypes": [55], | |
| "obtained": ["Obtained from Hawkeye Gough after defeating Black Dragon Kalameet"], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Light Crossbow", | |
| "atk": { | |
| "physical": 50, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 3, | |
| "attackTypes": [50], | |
| "obtained": ["Found in Undead Burg", "Armored Soldier (crossbow)", "Elite Undead Archer"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Heavy Crossbow", | |
| "atk": { | |
| "physical": 55, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 8, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 5, | |
| "attackTypes": [50], | |
| "obtained": ["Found in the Depths"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Sniper Crossbow", | |
| "atk": { | |
| "physical": 52, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 20, | |
| "dexterity": 16, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 8, | |
| "attackTypes": [70], | |
| "obtained": ["Found in Sen's Fortress"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Avelyn", | |
| "atk": { | |
| "physical": 37, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 16, | |
| "dexterity": 14, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 150, | |
| "weight": 6, | |
| "attackTypes": [50], | |
| "obtained": ["Found in Duke's Archives"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Pyromancy Flame", | |
| "atk": { | |
| "physical": 100, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 40, | |
| "bonus": 0 | |
| }, | |
| "def": { | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 0, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 30 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null | |
| }, | |
| "durability": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Starting gear for Pyromancer", "Obtained from Laurentius of the Great Swamp after saving him from the Depths", "Gift from Eingyi if you have no flame (must have 12 Int)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Pyromancy Flame (Upgraded)", | |
| "atk": { | |
| "physical": 254, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 60, | |
| "bonus": 0 | |
| }, | |
| "def": { | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 0, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 30 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": "S", | |
| "intelligence": null | |
| }, | |
| "durability": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": [], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Sorcerer's Catalyst", | |
| "atk": { | |
| "physical": 40, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 0, | |
| "intelligence": 10, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "A", | |
| "faith": null | |
| }, | |
| "durability": 90, | |
| "weight": 2, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Starting equipment for Sorcerer", "Sold by Griggs of Vinheim", "Sold by Blacksmith Rickert of Vinheim"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Izalith Catalyst", | |
| "atk": { | |
| "physical": 40, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 0, | |
| "intelligence": 14, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "A", | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 2, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Daughter of Chaos (Pyromancer) in Lost Izalith"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Logan's Catalyst", | |
| "atk": { | |
| "physical": 46, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 0, | |
| "intelligence": 24, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "S", | |
| "faith": null | |
| }, | |
| "durability": 90, | |
| "weight": 2, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Found in The Duke's Archives"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Beatrice's Catalyst", | |
| "atk": { | |
| "physical": 40, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 0, | |
| "intelligence": 10, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "A", | |
| "faith": null | |
| }, | |
| "durability": 90, | |
| "weight": 2, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Found in Valley of Drakes"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Oolacile Ivory Catalyst", | |
| "atk": { | |
| "physical": 24, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 3, | |
| "dexterity": 0, | |
| "intelligence": 12, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "C", | |
| "faith": null | |
| }, | |
| "durability": 30, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Sold by Dusk of Oolacile in Darkroot Basin"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Demon's Catalyst", | |
| "atk": { | |
| "physical": 110, | |
| "magic": 0, | |
| "fire": 170, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 12, | |
| "dexterity": 10, | |
| "intelligence": 10, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "D", | |
| "dexterity": "D", | |
| "intelligence": "B", | |
| "faith": null | |
| }, | |
| "durability": 300, | |
| "weight": 4, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Drops from Demon Firesage in Demon Ruins"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Tin Banishment Catalyst", | |
| "atk": { | |
| "physical": 145, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 10, | |
| "dexterity": 10, | |
| "intelligence": 12, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": "D", | |
| "intelligence": "A", | |
| "faith": null | |
| }, | |
| "durability": 160, | |
| "weight": 3, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Found in Blighttown"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Tin Crystallization Catalyst", | |
| "atk": { | |
| "physical": 240, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 7, | |
| "dexterity": 0, | |
| "intelligence": 32, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "S", | |
| "faith": null | |
| }, | |
| "durability": 90, | |
| "weight": 2, | |
| "attackTypes": ["Thrust"], | |
| "obtained": ["Dropped by Big Hat Logan (hollow)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Tin Darkmoon Catalyst", | |
| "atk": { | |
| "physical": 44, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 16 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "A" | |
| }, | |
| "durability": 60, | |
| "weight": 1, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Ascension Only (Gwyndolin's Soul)"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Oolacile Catalyst", | |
| "atk": { | |
| "physical": 40, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 6, | |
| "dexterity": 0, | |
| "intelligence": 10, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "E", | |
| "dexterity": null, | |
| "intelligence": "C", | |
| "faith": null | |
| }, | |
| "durability": 55, | |
| "weight": 2, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Uncommon drop by Oolacile Sorcerers", "Melee attack inflicts poison"], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Manus Catalyst", | |
| "atk": { | |
| "physical": 190, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 14, | |
| "dexterity": 0, | |
| "intelligence": 13, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": "B", | |
| "dexterity": null, | |
| "intelligence": "S", | |
| "faith": null | |
| }, | |
| "durability": 60, | |
| "weight": 1, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Ascension Only (Soul of Manus)"], | |
| "aotaOnly": true | |
| }, { | |
| "name": "Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 10 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "B" | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Found in chest at Firelink Shrine"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Canvas Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 14 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "A" | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Starting equipment for Cleric"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Thorolund Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 10 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "D" | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Sold by Petrus of Thorolund in Firelink Shrine"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Ivory Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 16 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "A" | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Dropped by Reah of Thorolund (hollow) in The Duke's Archives", "Dropped by Reah of Thorolund at Undead Parish church before she dies", "Dropped by Petrus of Thorolund after Reah of Thorolund is dead."], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Sunlight Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 14 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "A" | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Drops from Solaire of Astora"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Velka's Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 16, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": "A", | |
| "faith": null | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Sold by Oswald of Carim in the Undead Parish church bell tower"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Darkmoon Talisman", | |
| "atk": { | |
| "physical": 14, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 100 | |
| }, | |
| "def": { | |
| "physical": 26, | |
| "magic": 8, | |
| "fire": 20, | |
| "lightning": 20, | |
| "stab": 16 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 4, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 24 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": "A" | |
| }, | |
| "durability": 50, | |
| "weight": 0, | |
| "attackTypes": ["Strike"], | |
| "obtained": ["Obtained by giving 10 Souvenirs of Reprisal to Blade of the Darkmoon Covenant"], | |
| "aotaOnly": false | |
| }, { | |
| "name": "Gwynevere's Talisman", | |
| "atk": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "bonus": 0 | |
| }, | |
| "def": { | |
| "physical": 0, | |
| "magic": 0, | |
| "fire": 0, | |
| "lightning": 0, | |
| "stab": 0 | |
| }, | |
| "effects": { | |
| "poison": null, | |
| "bleed": null, | |
| "divine": null, | |
| "occult": null | |
| }, | |
| "req": { | |
| "strength": 0, | |
| "dexterity": 0, | |
| "intelligence": 0, | |
| "faith": 0 | |
| }, | |
| "scale": { | |
| "strength": null, | |
| "dexterity": null, | |
| "intelligence": null, | |
| "faith": null | |
| }, | |
| "durability": 0, | |
| "weight": 0, | |
| "attackTypes": ["None"], | |
| "obtained": ["Not obtained by normal means.", "Even though it is categorized as a Talisman in the game's code, Gwynevere's Talisman does not actually cast miracles; it is completely unfinished."], | |
| "aotaOnly": false | |
| }] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var $ = jQuery; | |
| function extractWeapon(cols) { | |
| function values(el) { | |
| var spans = $(el).text().split('\n'); | |
| return spans.filter(function(val) { | |
| return val !== ''; | |
| }).map(function(val) { | |
| var i = parseInt(val, 10); | |
| if (!isNaN(i)) { | |
| return i; | |
| } else if (val === '-') { | |
| return null; | |
| } else { | |
| return val.trim(); | |
| } | |
| }); | |
| } | |
| function locations(els) { | |
| var places = [], | |
| aotaOnly = false; | |
| for(var i = 0, l = els.length; i < l; i++) { | |
| var t = $(els[i]).text().trim(); | |
| if (t.toLowerCase() === '(aota only)') { | |
| aotaOnly = true; | |
| } else { | |
| places.push(t); | |
| } | |
| } | |
| return { | |
| places: places, | |
| aotaOnly: aotaOnly | |
| }; | |
| } | |
| function effects(el) { | |
| var e = { | |
| poison: null, | |
| bleed: null, | |
| divine: null, | |
| occult: null | |
| }; | |
| var text = $(el).text().split('\n').filter(function(t) { | |
| return !isNaN(parseInt(t, 10)); | |
| }).map(function(val) { | |
| return +val; | |
| }), | |
| img = $(el).find('img'); | |
| for(var i = 0, l = img.length; i < l; i++) { | |
| var m = img[i].alt; | |
| m = m.substring(0, m.length - 4).split('_')[2]; | |
| e[m] = text[i]; | |
| } | |
| return e; | |
| } | |
| var offset = cols.length - 15; | |
| // TODO catalysts don't have effects! | |
| var image = cols[0], | |
| name = $(cols[1]).text().trim(), | |
| dmgPhysical = values(cols[2]), | |
| dmgMagic = values(cols[3]), | |
| dmgFire = values(cols[4]), | |
| dmgLighting = values(cols[5]), | |
| dmgBonus = values(cols[6]), | |
| auxEffects = effects(cols[7 + offset]), | |
| reqStrength = values(cols[8 + offset]), | |
| reqDex = values(cols[9 + offset]), | |
| reqInt = values(cols[10 + offset]), | |
| reqFaith = values(cols[11 + offset]), | |
| burden = values(cols[12 + offset]), | |
| type = values(cols[13 + offset]), | |
| find = locations($(cols[14 + offset]).find('li')); | |
| var data = { | |
| name: name, | |
| atk: { | |
| physical: dmgPhysical[0], | |
| magic: dmgMagic[0], | |
| fire: dmgFire[0], | |
| lightning: dmgLighting[0], | |
| bonus: dmgBonus[0] | |
| }, | |
| def: { | |
| physical: dmgPhysical[1], | |
| magic: dmgMagic[1], | |
| fire: dmgFire[1], | |
| lightning: dmgLighting[1], | |
| stab: dmgBonus[1] | |
| }, | |
| effects: auxEffects, | |
| req: { | |
| strength: reqStrength[0], | |
| dexterity: reqDex[0], | |
| intelligence: reqInt[0], | |
| faith: reqFaith[0] | |
| }, | |
| scale: { | |
| strength: reqStrength[1], | |
| dexterity: reqDex[1], | |
| intelligence: reqInt[1], | |
| faith: reqFaith[1] | |
| }, | |
| durability: burden[0], | |
| weight: burden[1], | |
| attackTypes: type, | |
| obtained: find.places, | |
| aotaOnly: find.aotaOnly | |
| }; | |
| return data; | |
| } | |
| $(window).ready(function() { | |
| console.log('ready'); | |
| var tables = $('.wiki_table').find('tbody').slice(); | |
| var weapons = []; | |
| for(var i = 0, l = tables.length - 1; i < l; i++) { | |
| var table = $(tables[i]), | |
| tr = table.find('tr').slice(2); | |
| for(var e = 0, el = tr.length; e < el; e++) { | |
| weapons.push(extractWeapon($(tr[e]).find('td'))); | |
| } | |
| } | |
| console.log(JSON.stringify(weapons)); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran a find maximum algorithm and found that the obsidian great sword does 32060 damage. Is that perhaps a typo?