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

Adventurers start with a bow, sling and ammo for both

git-svn-id: http://svn.net-core.org/repos/t-engine4@6726 51575b47-30f0-44d4-a5cc-537603b46e54
parent fe92e7cf
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,10 @@ newBirthDescriptor{
{type="armor", subtype="light", name="rough leather armour", ego_chance=-1000, ego_chance=-1000},
{type="armor", subtype="cloth", name="linen robe", autoreq=true, ego_chance=-1000},
{type="scroll", subtype="rune", name="manasurge rune", ego_chance=-1000, ego_chance=-1000},
{type="weapon", subtype="longbow", name="elm longbow", autoreq=true, ego_chance=-1000},
{type="ammo", subtype="arrow", name="quiver of elm arrows", autoreq=true, ego_chance=-1000},
{type="weapon", subtype="sling", name="rough leather sling", autoreq=true, ego_chance=-1000},
{type="ammo", subtype="shot", name="pouch of iron shots", autoreq=true, ego_chance=-1000},
},
},
}
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