Skip to content
Snippets Groups Projects
Commit 9cba26ae authored by Amagad's avatar Amagad
Browse files

Daggers added

Dawn's Blade glow fixed
Blood-edge bad pixels fixed
parent cde6d236
No related branches found
No related tags found
1 merge request!33Playerdoll artifacts
Showing
with 30 additions and 0 deletions
......@@ -27,6 +27,8 @@ newEntity{ base = "BASE_KNIFE", define_as = "LIFE_DRINKER",
unique = true,
name = "Life Drinker", image = "object/artifact/dagger_life_drinker.png",
unided_name = "blood coated dagger",
moddable_tile = "special/%s_dagger_life_drinker",
moddable_tile_big = true,
desc = [[Black blood for foul deeds. This dagger serves evil.]],
level_range = {40, 50},
rarity = 300,
......
......@@ -1426,6 +1426,8 @@ newEntity{ base = "BASE_KNIFE",
unique = true,
name = "Unerring Scalpel", image = "object/artifact/unerring_scalpel.png",
unided_name = "long sharp scalpel",
moddable_tile = "special/%s_unerring_scalpel",
moddable_tile_big = true,
desc = [[This scalpel was used by the dread sorcerer Kor'Pul when he began learning the necromantic arts in the Age of Dusk. Many were the bodies, living and dead, that became unwilling victims of his terrible experiments.]],
level_range = {1, 12},
rarity = 200,
......
......@@ -448,6 +448,8 @@ newEntity{ base = "BASE_KNIFE", define_as = "MANDIBLE_UNGOLMOR",
unique = true,
name = "Mandible of Ungolmor", image = "object/artifact/mandible_of_ungolmor.png",
unided_name = "curved, serrated black dagger",
moddable_tile = "special/%s_mandible_of_ungolmor",
moddable_tile_big = true,
desc = [[This obsidian-crafted, curved blade is studded with the deadly fangs of the Ungolmor. It seems to drain light from the world around it.]],
level_range = {40, 50},
rarity = 270,
......@@ -484,6 +486,8 @@ newEntity{ base = "BASE_KNIFE", define_as = "KINETIC_SPIKE",
unique = true,
name = "Kinetic Spike", image = "object/artifact/kinetic_spike.png",
unided_name = "bladeless hilt",
moddable_tile = "special/%s_kinetic_spike",
moddable_tile_big = true,
desc = [[A simple, rudely crafted stone hilt, this object manifests a blade of wavering, nearly invisible force, like a heat haze, as you grasp it. Despite its simple appearance, it is capable of shearing through solid granite, in the hands of those with the necessary mental fortitude to use it properly.]],
level_range = {42, 50},
rarity = 310,
......
......@@ -427,6 +427,8 @@ newEntity{ base = "BASE_KNIFE",
unique = true,
name = "Orc Feller", image = "object/artifact/dagger_orc_feller.png",
unided_name = "shining dagger",
moddable_tile = "special/%s_dagger_orc_feller",
moddable_tile_big = true,
desc = [[During the invasion of Eldoral the Halfling Rogue Herah is said to have slain over one hundred orcs while defending a group of refugees.]],
level_range = {40, 50},
rarity = 300,
......@@ -1041,6 +1043,8 @@ newEntity{ base = "BASE_KNIFE", -- Thanks Grayswandir!
unique = true,
name = "Spellblaze Shard", image = "object/artifact/spellblaze_shard.png",
unided_name = "crystalline dagger",
moddable_tile = "special/%s_spellblaze",
moddable_tile_big = true,
desc = [[This jagged crystal glows with an unnatural light. A strap of cloth is wrapped around one end, as a handle.]],
level_range = {12, 25},
rarity = 200,
......@@ -1071,6 +1075,8 @@ newEntity{ base = "BASE_KNIFE", --Razakai's idea, slightly modified
unique = true,
name = "Mercy", image = "object/artifact/mercy.png",
unided_name = "wickedly sharp dagger",
moddable_tile = "special/%s_mercy",
moddable_tile_big = true,
desc = [[This dagger was used by a nameless healer during the Age of Dusk. The plagues that ravaged his town were beyond the ability of mortal man to treat, so he took to using his dagger to as an act of mercy when faced with hopeless patients. Despite his good intentions, it is now cursed with dark power, letting it kill in a single stroke against those already weakened.]],
level_range = {30, 40},
rarity = 250,
......
......@@ -673,6 +673,8 @@ newEntity{ base = "BASE_KNIFE",
unique = true,
name = "Silent Blade", image = "object/artifact/dagger_silent_blade.png",
unided_name = "shining dagger",
moddable_tile = "special/%s_dagger_silent_blade",
moddable_tile_big = true,
desc = [[A thin, dark dagger that seems to meld seamlessly into the shadows.]],
level_range = {23, 28},
rarity = 200,
......@@ -695,6 +697,8 @@ newEntity{ base = "BASE_KNIFE", define_as = "ART_PAIR_MOON",
unique = true,
name = "Moon", image = "object/artifact/dagger_moon.png",
unided_name = "crescent blade",
moddable_tile = "special/%s_dagger_moon",
moddable_tile_big = true,
desc = [[A viciously curved blade that a folk story says is made from a material that originates from the moon. Devouring the light around it, it fades.]],
level_range = {20, 30},
rarity = 200,
......@@ -731,6 +735,8 @@ newEntity{ base = "BASE_KNIFE", define_as = "ART_PAIR_STAR",
unique = true,
name = "Star",
unided_name = "jagged blade", image = "object/artifact/dagger_star.png",
moddable_tile = "special/%s_dagger_star",
moddable_tile_big = true,
desc = [[Legend tells of a blade, shining bright as a star. Forged from a material fallen from the skies, it glows.]],
level_range = {20, 30},
rarity = 200,
......@@ -1739,6 +1745,8 @@ newEntity{ base = "BASE_KNIFE", define_as = "ART_PAIR_TWDAG",
unique = true,
name = "Dagger of the Past", image = "object/artifact/dagger_of_the_past.png",
unided_name = "rusted blade",
moddable_tile = "special/%s_dagger_of_the_past",
moddable_tile_big = true,
desc = [[Legend has it this blade is one of a pair: twin blades forged in the earliest of days of the Wardens. To an untrained wielder it is less than perfect; to a Warden, it represents the opportunity to learn from the mistakes of the past.]],
level_range = {20, 30},
rarity = 250,
......@@ -2567,6 +2575,8 @@ newEntity{ base = "BASE_KNIFE",
unique = true,
name = "Umbral Razor", image = "object/artifact/dagger_silent_blade.png",
unided_name = "shadowy dagger",
moddable_tile = "special/%s_dagger_silent_blade",
moddable_tile_big = true,
desc = [[This dagger seems to be formed of pure shadows, with a strange miasma surrounding it.]],
level_range = {12, 25},
rarity = 200,
......@@ -5386,6 +5396,8 @@ newEntity{ base = "BASE_KNIFE", --Thanks FearCatalyst/FlarePusher!
unique = true,
name = "Spelldrinker", image = "object/artifact/spelldrinker.png",
unided_name = "eerie black dagger",
moddable_tile = "special/%s_spelldrinker",
moddable_tile_big = true,
desc = [[Countless mages have fallen victim to the sharp sting of this blade, betrayed by those among them with greed for ever greater power.
Passed on and on, this blade has developed a thirst of its own.]],
level_range = {20, 30},
......@@ -6095,6 +6107,8 @@ newEntity{ base = "BASE_KNIFE", --Shibari's #1
unique = true,
name = "Shantiz the Stormblade",
unided_name = "thin stormy blade", image = "object/artifact/shantiz_the_stromblade.png",
moddable_tile = "special/%s_shantiz_the_stromblade",
moddable_tile_big = true,
level_range = {18, 33},
material_level = 3,
rarity = 300,
......@@ -6156,6 +6170,8 @@ newEntity{ base = "BASE_KNIFE",
unique = true,
name = "Swordbreaker", image = "object/artifact/swordbreaker.png",
unided_name = "hooked blade",
moddable_tile = "special/%s_swordbreaker",
moddable_tile_big = true,
desc = [[This ordinary blade is made of fine, sturdy voratun and outfitted with jagged hooks along the edge. This simple appearance belies a great power - the hooked maw of this dagger broke many a blade and the stride of many would-be warriors.]],
level_range = {20, 30},
rarity = 250,
......
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dagger_moon.png

1.6 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dagger_star.png

1.86 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dawn_blade.png

7.45 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dawn_blade.png

3.67 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dawn_blade.png
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dawn_blade.png
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dawn_blade.png
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_dawn_blade.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_kinetic_spike.png

1.65 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_mercy.png

1.38 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_spellblaze.png

1.07 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_spelldrinker.png

1.97 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_sword_blood_edge.png

4.22 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_sword_blood_edge.png

4.21 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_sword_blood_edge.png
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_sword_blood_edge.png
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_sword_blood_edge.png
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_sword_blood_edge.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_swordbreaker.png

5.51 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