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

dwarven male moddable tiles

Archers and Slingers now start with a rought leather armour


git-svn-id: http://svn.net-core.org/repos/t-engine4@3700 51575b47-30f0-44d4-a5cc-537603b46e54
parent d0db9d27
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 0 deletions
......@@ -1768,6 +1768,8 @@ function _M:updateModdableTile()
i = self.inven[self.INVEN_FEET]; if i and i[1] and i[1].moddable_tile then add[#add+1] = {image = base..(i[1].moddable_tile)..".png", display_y=i[1].moddable_tile_big and -1 or 0, display_h=i[1].moddable_tile_big and 2 or 1} end
i = self.inven[self.INVEN_HANDS]; if i and i[1] and i[1].moddable_tile then add[#add+1] = {image = base..(i[1].moddable_tile)..".png", display_y=i[1].moddable_tile_big and -1 or 0, display_h=i[1].moddable_tile_big and 2 or 1} end
if self.moddable_tile_ornament and self.moddable_tile_ornament[self.female and "female" or "male"] then add[#add+1] = {image = base..self.moddable_tile_ornament[self.female and "female" or "male"]..".png"} end
if self.x and game.level then game.level.map:updateMap(self.x, self.y) end
end
......
......@@ -71,6 +71,7 @@ newBirthDescriptor{
copy = {
resolvers.equip{ id=true,
{type="weapon", subtype="longbow", name="elm longbow", autoreq=true, ego_chance=-1000},
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000}
},
resolvers.generic(function(e)
e.auto_shoot_talent = e.T_SHOOT
......@@ -112,6 +113,7 @@ newBirthDescriptor{
copy = {
equipment = resolvers.equip{ id=true,
{type="weapon", subtype="sling", name="rough leather sling", autoreq=true, ego_chance=-1000},
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000}
},
},
}
......@@ -76,6 +76,7 @@ newBirthDescriptor
},
copy = {
moddable_tile = "dwarf_#sex#",
moddable_tile_ornament = {male="beard_02"},
life_rating=12,
},
experience = 1.25,
......
game/modules/tome/data/gfx/shockbolt/player/dwarf_male/base_01.png

18.6 KiB

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

1.48 KiB

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

4.41 KiB

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

3.03 KiB

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

4.42 KiB

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

5.9 KiB

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

6.24 KiB

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

6.34 KiB

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

5.97 KiB

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

6.21 KiB

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

4.79 KiB

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

3.73 KiB

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

4.26 KiB

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

4.7 KiB

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

4.43 KiB

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

3.06 KiB

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

2.9 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