--- tags: Witcher 3 --- # Console Commands ## Master Pages ### The Wolf And The Swallow * [Mage Hawke Armor](#Mage-Hawke-Armor) ### Lafargue’s Forge * [Eredin's Swords](#Eredin-Swords) * [Vesemir’s Swords](#Vesemir-Swords) * [Final Fantasy XV Weapons](#Final-Fantasy-XV-Weapons) * [Wooden Swords](#Wooden-Swords) * [Kuliu](#Kuliu) * [Swords Of The Wild Hunt](#Swords-Of-The-Wild-Hunt) * [Zireael](#Zireael) * [Zireael (Alt)](#Zireael-Alt) * [Chikage](#Chikage) * [Dragon Age Weapons](#Dragon-Age-Weapons) * [Craftable Shirt](#Craftable-Shirt) * [Craftable Vanilla Shirt](#Craftable-Vanilla-Shirt) ### Elihal’s Shop * [Feathers](#Feathers) ### Little Tweaks * [Craftable Torch](#Craftable-Torch) * [Craftable Empty Bottle](#Craftable-Empty-Bottle) <br></br> ## Items * [Silver & Steel DLC](#Silver-And-Steel-DLC) * [Colourful Torches](#Colourful-Torches) * [Wild Hunt Horse Gear](#Wild-Hunt-Horse-Gear) <br></br> --- <br></br> # The Wolf & The Swallow ### Mage Hawke Armor </br> **Armor** ```javascript additem('hawke mage torso') additem('hawke mage torso fur') additem('hawke mage pants') additem('hawke mage gloves') additem('hawke mage boots') ``` </br> **Schematics** ```javascript additem('hawke mage torso schematic') additem('hawke mage torso fur schematic') additem('hawke mage pants schematic') additem('hawke mage gloves schematic') additem('hawke mage boots schematic'') ``` <br></br> --- <br></br> # Lafargue's Forge ### Eredin Swords </br> **Weapons** ```javascript additem('Eredin Steel Sword') additem('Eredin Silver Sword') ``` </br> **Schematics** ```javascript additem('Eredin Steel Sword Schematic') additem('Eredin Silver Sword Schematic') ``` <br></br> ## Vesemir Swords </br> **Weapons** ```javascript additem('vesemir steel') additem('vesemir silver') ``` </br> **Schematics** ```javascript additem('vesemir steel schematic') additem('vesemir silver schematic') ``` <br></br> ## Final Fantasy XV Weapons </br> **Weapons** ```javascript additem('botc noctis bolt',99) additem('botc ardyn bolt',99) additem('botc mech') additem('botc deco') additem('botc ele') additem('botc ardyn') additem('kotw ardyn') additem('sotf ardyn') additem('botm ardyn') additem('sotp ardyn') additem('sott ardyn') additem('toto ardyn') additem('aotc ardyn') additem('motf ardyn') additem('botc noctis') additem('kotw noctis') additem('sotf noctis') additem('botm noctis') additem('sotp noctis') additem('sott noctis') additem('toto noctis') additem('aotc noctis') additem('motf noctis') additem('genji blade silver') additem('dodanuki') additem('lightning edge ardyn') additem('soul saber') additem('rune saber') additem('cor silver') additem('blade silver rapier') additem('blade silver claymore') additem('blade silver long') additem('genji blade steel') additem('masamune') additem('lightning edge noctis') additem('airstep') additem('enhancer') additem('cor steel') additem('blade steel rapier') additem('blade steel claymore') additem('blade steel long') additem('pa drain silver') additem('pa gae bolg silver') additem('pa javelin') additem('pa mythril') additem('pa radiant') additem('pa wyvern') additem('pa dragoon') additem('pa drain') additem('pa flayer') additem('pa gae bolg steel') additem('pa rapier') additem('pa storm') ``` </br> **Schematics** ```javascript additem('botc noctis bolt schematic') additem('botc ardyn bolt schematic') additem('botc mech schematic') additem('botc deco schematic') additem('botc ele schematic') additem('botc ardyn schematic') additem('kotw ardyn schematic') additem('sotf ardyn schematic') additem('botm ardyn schematic') additem('sotp ardyn schematic') additem('sott ardyn schematic') additem('toto ardyn schematic') additem('aotc ardyn schematic') additem('motf ardyn schematic') additem('botc noctis schematic') additem('kotw noctis schematic') additem('sotf noctis schematic') additem('botm noctis schematic') additem('sotp noctis schematic') additem('sott noctis schematic') additem('toto noctis schematic') additem('aotc noctis schematic') additem('motf noctis schematic') additem('genji blade silver schematic') additem('dodanuki schematic') additem('lightning edge ardyn schematic') additem('soul saber schematic') additem('rune saber schematic') additem('cor silver schematic') additem('blade silver rapier schematic') additem('blade silver claymore schematic') additem('blade silver long schematic') additem('genji blade steel schematic') additem('masamune schematic') additem('lightning edge noctis schematic') additem('airstep schematic') additem('enhancer schematic') additem('cor steel schematic') additem('blade steel rapier schematic') additem('blade steel claymore schematic') additem('blade steel long schematic') additem('pa drain silver schematic') additem('pa gae bolg silver schematic') additem('pa javelin schematic') additem('pa mythril schematic') additem('pa radiant schematic') additem('pa wyvern schematic') additem('pa dragoon schematic') additem('pa drain schematic') additem('pa flayer schematic') additem('pa gae bolg steel schematic') additem('pa rapier schematic') additem('pa storm schematic') ``` <br></br> ## Wooden Swords </br> **Weapons** ```javascript additem('Wooden Steel') additem('Wooden Silver') ``` </br> **Schematics** ```javascript additem('Wooden Steel Schematic') additem('Wooden Silver Schematic') ``` <br></br> ## Kuliu </br> **Weapons** ```javascript additem('kuliu steel') additem('kuliu silver') ``` </br> **Schematics** ```javascript additem('kuliu steel schematic') additem('kuliu silver schematic') ``` <br></br> ## Swords Of The Wild Hunt </br> **Weapons** ```javascript additem('wh steel lvl1') additem('wh steel lvl2') additem('wh steel lvl3') additem('wh steel lvl4') additem('wh silver lvl1') additem('wh silver lvl2') additem('wh silver lvl3') additem('wh silver lvl4') ``` </br> **Schematics** ```javascript additem('wh steel lvl1 schematic') additem('wh steel lvl2 schematic') additem('wh steel lvl3 schematic') additem('wh steel lvl4 schematic') additem('wh silver lvl1 schematic') additem('wh silver lvl2 schematic') additem('wh silver lvl3 schematic') additem('wh silver lvl4 schematic') ``` <br></br> ## Zireael </br> **Weapons** ```javascript additem('zireael steel') additem('zireael silver') ``` </br> **Schematics** ```javascript additem('zireael steel schematic') additem('zireael silver schematic') ``` <br></br> ## Zireael Alt </br> **Weapons** ```javascript additem('zireael steel alt') additem('zireael silver alt') ``` </br> **Schematics** ```javascript additem('zireael steel alt schematic') additem('zireael silver alt schematic') ``` <br></br> ## Chikage </br> **Weapons** ```javascript additem('chikage steel') additem('chikage silver') ``` </br> **Schematics** ```javascript additem('chikage steel schematic') additem('chikage silver schematic') ``` <br></br> ## Dragon Age Weapons </br> **Weapons** ```javascript additem('da inq silver') additem('da inq steel') additem('da avenger silver') additem('da avenger steel') additem('da sweetish silver') additem('da sweetish steel') additem('da starfang silver') additem('da starfang steel') additem('da starfang gsw silver') additem('da starfang gsw steel') additem('da key lsw silver') additem('da key lsw steel') additem('da key gsw silver') additem('da key gsw steel') additem('da dragon silver') additem('da dragon steel') additem('da elven silver') additem('da elven steel') additem('da emperor silver') additem('da emperor steel') additem('da sulevin silver') additem('da sulevin steel') ``` </br> **Schematics** ```javascript additem('da inq silver schematic') additem('da inq steel schematic') additem('da avenger silver schematic') additem('da avenger steel schematic') additem('da sweetish silver schematic') additem('da sweetish steel schematic') additem('da starfang silver schematic') additem('da starfang steel schematic') additem('da starfang gsw silver schematic') additem('da starfang gsw steel schematic') additem('da key lsw silver schematic') additem('da key lsw steel schematic') additem('da key gsw silver schematic') additem('da key gsw steel schematic') additem('da dragon silver schematic') additem('da dragon steel schematic') additem('da elven silver schematic') additem('da elven steel schematic') additem('da emperor silver schematic') additem('da emperor steel schematic') additem('da sulevin silver schematic') additem('da sulevin steel schematic') ``` <br></br> ## Craftable Shirt </br> **Shirt** ```javascript additem('shirt crafted') ``` </br> **Schematic** ```javascript additem('shirt schematic') ``` <br></br> ## Craftable Vanilla Shirt ```javascript additem('shirt vanilla schematic') ``` <br></br> --- <br></br> # Elihal's Shop ## Feathers </br> ```javascript additem('Avallach Feather 1') additem('Avallach Feather 2') additem('Avallach Feather 3') additem('Crow Feather') additem('Goose Feather') additem('Griffin Feather') additem('Harpy Feather') additem('Mask Feather') additem('Misc Feather 1') additem('Misc Feather 2') additem('Misc Feather 3') additem('Peacock Feather') additem('Pheasant Feather') additem('Philippa Feather') ``` <br></br> --- <br></br> # Little Tweaks </br> ## Craftable Torch </br> ```javascript additem('torch schematic') ``` <br></br> ## Craftable Empty Bottle </br> ```javascript additem('empty bottle schematic') ``` <br></br> --- <br></br> # Silver And Steel DLC </br> **Weapons** ```javascript additem('raydess silver') additem('raydess steel') ``` </br> **Schematics** ```javascript additem('raydess silver schematic') additem('raydess steel schematic') ``` <br></br> --- <br></br> # Colourful Torches </br> **Torches** ```javascript additem('amethyst torch') additem('emerald torch') additem('gold torch') additem('pearl torch') additem('ruby torch') additem('sapphire torch') ``` </br> **Schematics** ```javascript additem('amethyst torch schematic') additem('emerald torch schematic') additem('gold torch schematic') additem('pearl torch schematic') additem('ruby torch schematic') additem('sapphire torch schematic') ``` <br></br> --- <br></br> # Wild Hunt Horse Gear </br> ```javascript additem('wh blinders') additem('wh saddle') additem('wh bag') ```