Skip to content
Snippets Groups Projects
Commit 1d141f4d authored by DarkGod's avatar DarkGod
Browse files

even moarrrr! rexo is on a drawing spree, beware!

parent bfb7dd83
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 0 deletions
......@@ -495,6 +495,9 @@ newEntity{ base = "BASE_LIGHT_ARMOR",
rarity = 250,
cost = 300,
material_level=5,
moddable_tile = "special/molten_skin",
moddable_tile_big = true,
wielder = {
combat_spellpower = 15,
combat_spellcrit = 10,
......
......@@ -376,6 +376,8 @@ newEntity{ base = "BASE_SHIELD",
define_as = "LUNAR_SHIELD",
unique = true,
name = "Lunar Shield", image = "object/artifact/shield_lunar_shield.png",
moddable_tile = "special/%s_lunar_shield",
moddable_tile_big = true,
unided_name = "chitinous shield",
desc = [[A large section of chitin removed from Nimisil. It continues to give off a strange white glow.]],
color = colors.YELLOW,
......@@ -414,6 +416,8 @@ newEntity{ base = "BASE_SHIELD",
power_source = {nature=true},
define_as = "WRATHROOT_SHIELD",
unided_name = "large chunk of wood",
moddable_tile = "special/%s_wrathroots_barkwood",
moddable_tile_big = true,
name = "Wrathroot's Barkwood", unique=true, image="object/artifact/shield_wrathroots_barkwood.png",
desc = [[The barkwood of Wrathroot, made into roughly the shape of a shield.]],
require = { stat = { str=25 }, },
......
......@@ -97,6 +97,8 @@ newEntity{ base = "BASE_SHIELD", define_as = "SHIELD_UNSETTING",
unique = true,
unided_name = "shimmering gold shield",
name = "Unsetting Sun", image = "object/artifact/shield_unsetting_sun.png",
moddable_tile = "special/%s_unsetting_sun",
moddable_tile_big = true,
desc = [[When Elmio Panason, captain of the Vanguard, first sought shelter for his shipwrecked crew, he reflected the last rays of the setting sun off his shield. Where the beam hit they rested and built the settlement that would become the Sunwall. In the dark days that followed the shield became a symbol of hope for a better future.]],
color = colors.YELLOW,
rarity = 300,
......
......@@ -437,6 +437,8 @@ newEntity{ base = "BASE_SHIELD",
power_source = {technique=true},
unique = true,
name = "Titanic", image = "object/artifact/shield_titanic.png",
moddable_tile = "special/%s_titanic",
moddable_tile_big = true,
unided_name = "huge shield",
desc = [[This shield made of the darkest stralite is huge, heavy and very solid.]],
color = colors.GREY,
......@@ -473,6 +475,8 @@ newEntity{ base = "BASE_SHIELD",
require = { stat = { str=20 }, },
cost = 400,
material_level = 3,
moddable_tile = "special/%s_black_mesh",
moddable_tile_big = true,
metallic = false,
special_combat = {
dam = resolvers.rngavg(25,35),
......@@ -4090,6 +4094,8 @@ newEntity{ base = "BASE_SHIELD", --Thanks SageAcrin!
rarity = 200,
cost = 60,
material_level = 1,
moddable_tile = "special/%s_coral_spray",
moddable_tile_big = true,
metallic = false,
special_combat = {
dam = 18,
......@@ -4941,6 +4947,8 @@ newEntity{ base = "BASE_LONGSWORD",
unique = true,
name = "Everpyre Blade",
unided_name = "flaming wooden blade", image = "object/artifact/everpyre_blade.png",
moddable_tile = "special/%s_everpyre_blade",
moddable_tile_big = true,
level_range = {28, 38},
color=colors.RED,
rarity = 300,
......@@ -5836,6 +5844,8 @@ newEntity{ base = "BASE_SHIELD",
unique = true,
unided_name = "handled hole in space",
name = "Temporal Rift", image = "object/artifact/temporal_rift.png",
moddable_tile = "special/%s_temporal_rift",
moddable_tile_big = true,
desc = [[Some mad Chronomancer appears to have affixed a handle to this hole in spacetime. It looks highly effective, in its own strange way.]],
color = colors.LIGHT_GREY,
rarity = 300,
......@@ -5995,6 +6005,8 @@ newEntity{ base = "BASE_SHIELD",
power_source = {arcane=true},
unique = true,
name = "Piercing Gaze", image = "object/artifact/piercing_gaze.png",
moddable_tile = "special/%s_piercing_gaze",
moddable_tile_big = true,
unided_name = "stone-eyed shield",
desc = [[This gigantic shield has a stone eye embedded in it.]],
color = colors.BROWN,
......
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/special/left_black_mesh.png

3.56 KiB

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

6.27 KiB

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

8.79 KiB

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

7.77 KiB

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

8.25 KiB

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

11.9 KiB

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

8.95 KiB

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

7.53 KiB

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

17.6 KiB

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

3.51 KiB

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

6.25 KiB

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

7.74 KiB

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

8.03 KiB

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

11.7 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