Skip to content

Commit

Permalink
Gnome goblin walk
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomtrityak committed Jul 28, 2019
1 parent d7eba82 commit 268e274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions neworigins/extra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,8 @@ void Game::ModifyTablesPerRuleset(void)
ModifyRaceSkills("GNOM", 3, "XBOW");
ModifyRaceSkills("GNOM", 4, "FARM");
ModifyRaceSkills("GNOM", 5, "ENTE");
ModifyItemCapacities(I_GNOME,9,0,0,0);
ModifyItemWeight(I_GNOME, 5);

EnableItem(I_CENTAURMAN);
ModifyItemBasePrice(I_CENTAURMAN, 70);
Expand Down Expand Up @@ -1275,6 +1277,8 @@ void Game::ModifyTablesPerRuleset(void)
ModifyRaceSkills("GBLN", 2, "SHIP");
ModifyRaceSkills("GBLN", 3, "WEAP");
ModifyRaceSkills("GBLN", 4, "ENTE");
ModifyItemCapacities(I_GOBLINMAN,9,0,0,0);
ModifyItemWeight(I_GOBLINMAN, 5);

EnableItem(I_GNOLL);
ModifyItemBasePrice(I_GNOLL, 40);
Expand Down
4 changes: 2 additions & 2 deletions neworigins/html/neworigins.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>
Copyright 1993 by Russell Wallace
</h2>
<h3>
Last Change: July 22, 2019
Last Change: July 27, 2019
</h3>
</center>
<div class="rule">
Expand Down Expand Up @@ -2185,7 +2185,7 @@ <h3>
<p>
This fee is generally 10 silver for a normal character, and 50 silver
for a leader. Units may substitute one unit of , grain, livestock or
fish for each 10 silver of maintenance owed. A unit may use the <a
fish for each 30 silver of maintenance owed. A unit may use the <a
href="#consume">CONSUME</a> order to specify that it wishes to use food
items in preference to silver. Note that these items are worth more
when sold in towns, so selling them and using the money is more
Expand Down

0 comments on commit 268e274

Please sign in to comment.