Skip to content
Snippets Groups Projects
Commit 10ab5bdf authored by Amagad's avatar Amagad
Browse files

Maces and axes

parent 9cba26ae
No related branches found
No related tags found
1 merge request!33Playerdoll artifacts
Showing
with 14 additions and 0 deletions
......@@ -553,6 +553,8 @@ newEntity{ base = "BASE_WARAXE",
define_as = "MALEDICTION",
unided_name = "pestilent waraxe",
name = "Malediction", unique=true, image = "object/artifact/axe_malediction.png",
moddable_tile = "special/%s_axe_malediction",
moddable_tile_big = true,
desc = [[The land withers and crumbles wherever this cursed axe rests.]],
require = { stat = { str=55 }, },
level_range = {35, 45},
......@@ -1030,6 +1032,8 @@ newEntity{ base = "BASE_WARAXE",
define_as = "SKULLCLEAVER",
unided_name = "crimson waraxe",
name = "Skullcleaver", unique=true, image = "object/artifact/axe_skullcleaver.png",
moddable_tile = "special/%s_axe_skullcleaver",
moddable_tile_big = true,
desc = [[A small but sharp axe, with a handle made of polished bone. The blade has chopped through the skulls of many, and has been stained a deep crimson.]],
require = { stat = { str=18 }, },
level_range = {5, 12},
......
......@@ -466,6 +466,8 @@ newEntity{ base = "BASE_MACE",
unique = true,
name = "Nature's Vengeance", color = colors.BROWN, image = "object/artifact/mace_natures_vengeance.png",
unided_name = "thick wooden mace",
moddable_tile = "special/%s_mace_natures_vengeance",
moddable_tile_big = true,
desc = [[This thick-set mace was used by the Spellhunter Vorlan, who crafted it from the wood of an ancient oak that was uprooted during the Spellblaze. Many were the wizards and witches felled by this weapon, brought to justice for the crimes they committed against nature.]],
level_range = {20, 34},
rarity = 340,
......@@ -610,6 +612,8 @@ newEntity{ base = "BASE_WARAXE",
unique = true,
name = "Blood-Letter", image = "object/artifact/weapon_axe_blood_letter.png",
unided_name = "glacial hatchet",
moddable_tile = "special/%s_weapon_axe_blood_letter",
moddable_tile_big = true,
desc = [[A hand axe carved out of the most frozen parts of the northern wasteland.]],
level_range = {25, 35},
rarity = 235,
......
......@@ -840,6 +840,8 @@ newEntity{ base = "BASE_MACE",
unique = true,
name = "Crooked Club", color = colors.GREEN, image = "object/artifact/weapon_crooked_club.png",
unided_name = "weird club",
moddable_tile = "special/%s_weapon_crooked_club",
moddable_tile_big = true,
desc = [[An oddly twisted club with a hefty weight on the end. There's something very strange about it.]],
level_range = {12, 20},
rarity = 192,
......@@ -1598,6 +1600,8 @@ newEntity{ base = "BASE_MACE",
power_source = {nature=true},
name = "Ureslak's Femur", define_as = "URESLAK_FEMUR", image="object/artifact/club_ureslaks_femur.png",
unided_name = "a strangely colored bone", unique = true,
moddable_tile = "special/%s_club_ureslaks_femur",
moddable_tile_big = true,
desc = [[A shortened femur of the mighty prismatic dragon, this erratic club still pulses with Ureslak's volatile nature.]],
level_range = {42, 50},
require = { stat = { str=45, dex=30 }, },
......@@ -1666,6 +1670,8 @@ newEntity{ base = "BASE_WARAXE",
power_source = {psionic=true},
unique = true, unided_name = "razor sharp war axe",
name = "Razorblade, the Cursed Waraxe", color = colors.LIGHT_BLUE, image = "object/artifact/razorblade_the_cursed_waraxe.png",
moddable_tile = "special/%s_razorblade_the_cursed_waraxe",
moddable_tile_big = true,
desc = [[This mighty axe can cleave through armour like the sharpest swords, yet hit with all the impact of a heavy club.
It is said the wielder will slowly grow mad. This, however, has never been proven - no known possessor of this item has lived to tell the tale.]],
require = { stat = { str=42 }, },
......
game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_axe_malediction.png

2.02 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_male/special/left_axe_skullcleaver.png

1.79 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment