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

Fixed quivers & pouches rarity

git-svn-id: http://svn.net-core.org/repos/t-engine4@4957 51575b47-30f0-44d4-a5cc-537603b46e54
parent d64d4570
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ newEntity{
display = "}", color=colors.UMBER, image = resolvers.image_material("longbow", "wood"),
moddable_tile = resolvers.moddable_tile("bow"),
encumber = 4,
rarity = 5,
rarity = 7,
combat = { talented = "bow", sound = "actions/arrow", sound_miss = "actions/arrow",},
require = { talent = { Talents.T_SHOOT }, },
archery = "bow",
......@@ -106,7 +106,7 @@ newEntity{
add_name = " (#COMBAT_AMMO#)",
display = "{", color=colors.UMBER, image = resolvers.image_material("arrow", "wood"),
encumber = 3,
rarity = 11,
rarity = 7,
combat = {
talented = "bow",
damrange = 1.4,
......
......@@ -26,7 +26,7 @@ newEntity{
display = "}", color=colors.UMBER, image = resolvers.image_material("sling", "leather"),
moddable_tile = resolvers.moddable_tile("sling"),
encumber = 4,
rarity = 5,
rarity = 7,
combat = { talented = "sling", sound = "actions/sling", sound_miss = "actions/sling", },
archery = "sling",
require = { talent = { Talents.T_SHOOT }, },
......@@ -105,7 +105,7 @@ newEntity{
add_name = " (#COMBAT_AMMO#)",
display = "{", color=colors.UMBER, image = resolvers.image_material("shot", "metal"),
encumber = 3,
rarity = 11,
rarity = 7,
combat = { talented = "sling", damrange = 1.2},
proj_image = resolvers.image_material("shot_s", "metal"),
archery_ammo = "sling",
......
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