diff --git a/NethackHelper/items/scrolls-crecelle.yaml b/NethackHelper/items/scrolls-crecelle.yaml index cc6f5a1..6f835de 100644 --- a/NethackHelper/items/scrolls-crecelle.yaml +++ b/NethackHelper/items/scrolls-crecelle.yaml @@ -5,14 +5,14 @@ - name: Light ink: 8 cost: 50 - - name: Harmonize Weapon + - name: Enchant Weapon ink: 40 cost: 60 - name: Blank Paper ink: 0 cost: 60 appearance: unlabeled - - name: Harmonize Armor + - name: Enchant Armor ink: 40 cost: 80 - name: Remove Curse @@ -105,7 +105,7 @@ appearances: - appearance: CQ CQ CQ - appearance: ELOMCWE - appearance: ALAKAZAM - - appearance: KOOP NAMTAR + - appearance: KOOPY NAMTAR - appearance: MLIT WVC TEKU SFC - appearance: NARPAS SWORD - appearance: BATTLE999 @@ -116,4 +116,6 @@ appearances: - appearance: VAS KAL CORP - appearance: H POKE - appearance: SQUEMISH OSIFRAGE - - appearance: FLVR TXT \ No newline at end of file + - appearance: FLVR TXT + - appearance: BAFANADA + - appearance: FEEBEE LAY \ No newline at end of file diff --git a/NethackHelper/items/versions.yaml b/NethackHelper/items/versions.yaml index 74faf60..ec10c13 100644 --- a/NethackHelper/items/versions.yaml +++ b/NethackHelper/items/versions.yaml @@ -2,7 +2,7 @@ scrolls: scrolls.yaml rings: rings.yaml potions: potions-36.yaml - wands: wands.yaml + wands: wands-36.yaml spellbooks: spellbooks-36.yaml amulets: amulets-36.yaml tools: tools-stones.yaml @@ -11,7 +11,7 @@ scrolls: scrolls.yaml rings: rings.yaml potions: potions-37.yaml - wands: wands.yaml + wands: wands-37.yaml spellbooks: spellbooks-37.yaml amulets: amulets-37.yaml tools: tools-stones.yaml diff --git a/NethackHelper/items/wands.yaml b/NethackHelper/items/wands-36.yaml similarity index 100% rename from NethackHelper/items/wands.yaml rename to NethackHelper/items/wands-36.yaml diff --git a/NethackHelper/items/wands-37.yaml b/NethackHelper/items/wands-37.yaml new file mode 100644 index 0000000..b4f08a9 --- /dev/null +++ b/NethackHelper/items/wands-37.yaml @@ -0,0 +1,84 @@ +items: + - name: Light + cost: 100 + - name: Nothing + cost: 100 + - name: Digging + cost: 150 + - name: Enlightenment + cost: 150 + - name: Locking + cost: 150 + - name: Magic Missile + cost: 150 + - name: Make Invisible + cost: 150 + - name: Opening + cost: 150 + - name: Probing + cost: 150 + - name: Secret Door Detection + cost: 150 + - name: Slow Monster + cost: 150 + - name: Speed Monster + cost: 150 + - name: Stasis + cost: 150 + - name: Striking + cost: 150 + - name: Undead Turning + cost: 150 + - name: Cold + cost: 175 + - name: Fire + cost: 175 + - name: Lightning + cost: 175 + - name: Sleep + cost: 175 + - name: Cancellation + cost: 200 + - name: Create Monster + cost: 200 + - name: Polymorph + cost: 200 + - name: Teleportation + cost: 200 + - name: Death + cost: 500 + - name: Wishing + cost: 500 +appearances: + - appearance: aluminum + - appearance: curved + - appearance: iridium + - appearance: marble + notes: stone to flesh will make into a meat stick + - appearance: short + - appearance: uranium + - appearance: balsa + notes: requires only 5 strength to break + - appearance: ebony + - appearance: iron + - appearance: oak + - appearance: silver + - appearance: zinc + - appearance: brass + - appearance: forked + - appearance: jeweled + - appearance: pine + - appearance: spiked + - appearance: copper + - appearance: glass + notes: fragile + - appearance: long + - appearance: platinum + - appearance: steel + - appearance: crystal + notes: fragile + - appearance: hexagonal + - appearance: maple + - appearance: runed + - appearance: tin + - appearance: redwood \ No newline at end of file