Skip to content
Snippets Groups Projects
Commit ecdb76fd authored by dg's avatar dg
Browse files

2handed weapons now show up with a different tile on the player doll

git-svn-id: http://svn.net-core.org/repos/t-engine4@6430 51575b47-30f0-44d4-a5cc-537603b46e54
parent e2c21cd9
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
......@@ -22,7 +22,7 @@ newEntity{
slot = "MAINHAND",
slot_forbid = "OFFHAND",
type = "weapon", subtype="battleaxe", image = resolvers.image_material("2haxe", "metal"),
moddable_tile = resolvers.moddable_tile("axe"),
moddable_tile = resolvers.moddable_tile("2haxe"),
add_name = " (#COMBAT#)",
display = "/", color=colors.SLATE,
encumber = 3,
......
......@@ -24,7 +24,7 @@ newEntity{
type = "weapon", subtype="greatmaul",
add_name = " (#COMBAT#)",
display = "\\", color=colors.SLATE, image = resolvers.image_material("2hmace", "metal"),
moddable_tile = resolvers.moddable_tile("mace"),
moddable_tile = resolvers.moddable_tile("2hmace"),
encumber = 5,
rarity = 5,
metallic = true,
......
......@@ -24,7 +24,7 @@ newEntity{
type = "weapon", subtype="greatsword",
add_name = " (#COMBAT#)",
display = "/", color=colors.SLATE, image = resolvers.image_material("2hsword", "metal"),
moddable_tile = resolvers.moddable_tile("sword"),
moddable_tile = resolvers.moddable_tile("2hsword"),
encumber = 3,
rarity = 5,
combat = { talented = "sword", damrange = 1.6, physspeed = 1, sound = {"actions/melee", pitch=0.6, vol=1.2}, sound_miss = {"actions/melee", pitch=0.6, vol=1.2} },
......
game/modules/tome/data/gfx/shockbolt/player/dwarf_female/right_2haxe.png

8.63 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/right_2hmace.png

8.64 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_female/right_2hsword.png

8.18 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_male/right_2haxe.png

8.63 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_male/right_2hmace.png

8.64 KiB

game/modules/tome/data/gfx/shockbolt/player/dwarf_male/right_2hsword.png

8.18 KiB

game/modules/tome/data/gfx/shockbolt/player/elf_female/right_2haxe.png

8.46 KiB

game/modules/tome/data/gfx/shockbolt/player/elf_female/right_2hmace.png

8.28 KiB

game/modules/tome/data/gfx/shockbolt/player/elf_female/right_2hsword.png

8.08 KiB

game/modules/tome/data/gfx/shockbolt/player/elf_male/right_2haxe.png

8.46 KiB

game/modules/tome/data/gfx/shockbolt/player/elf_male/right_2hmace.png

8.35 KiB

game/modules/tome/data/gfx/shockbolt/player/elf_male/right_2hsword.png

8.08 KiB

game/modules/tome/data/gfx/shockbolt/player/ghoul/right_2haxe.png

8.73 KiB

game/modules/tome/data/gfx/shockbolt/player/ghoul/right_2hmace.png

8.54 KiB

game/modules/tome/data/gfx/shockbolt/player/ghoul/right_2hsword.png

7.93 KiB

game/modules/tome/data/gfx/shockbolt/player/halfling_female/right_2haxe.png

8.66 KiB

game/modules/tome/data/gfx/shockbolt/player/halfling_female/right_2hmace.png

8.64 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