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

plop

parent b301c66c
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ newEntity{
encumber = 3,
rarity = 7,
combat = {
talented = "bow",
talented = "bow", accuracy_effect = "axe",
damrange = 1.4,
},
proj_image = resolvers.image_material("arrow", "wood"),
......
......@@ -27,7 +27,7 @@ newEntity{
moddable_tile = resolvers.moddable_tile("sling"),
encumber = 4,
rarity = 7,
combat = { talented = "sling", accuracy_effect = "maxe", sound = "actions/sling", sound_miss = "actions/sling", },
combat = { talented = "sling", accuracy_effect = "mace", sound = "actions/sling", sound_miss = "actions/sling", },
archery_kind = "sling",
archery = "sling",
require = { talent = { Talents.T_SHOOT }, },
......@@ -107,7 +107,7 @@ newEntity{
display = "{", color=colors.UMBER, image = resolvers.image_material("shot", "metal"),
encumber = 3,
rarity = 7,
combat = { talented = "sling", damrange = 1.2},
combat = { talented = "sling", accuracy_effect = "mace", damrange = 1.2},
proj_image = resolvers.image_material("shot_s", "metal"),
archery_ammo = "sling",
desc = [[Shots are used with slings to pummel your foes to death.]],
......
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