Skip to content

Commit

Permalink
Merged PR 478: Merge 565_enter_the_lair to master
Browse files Browse the repository at this point in the history
Related work items: #565, #161
  • Loading branch information
Allen B. Cummings committed Apr 2, 2019
1 parent 3fddc80 commit ab84859
Show file tree
Hide file tree
Showing 64 changed files with 1,090 additions and 37 deletions.
267 changes: 252 additions & 15 deletions dictionaries/materials/food.h

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/amaranth.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Amaranth");
set("short", "Amaranth");
set("aliases", ({ "amaranth" }));
set("blueprint", "amaranth");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/barley.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Barley");
set("short", "Barley");
set("aliases", ({ "barley" }));
set("blueprint", "barley");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/basmati-rice.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Basmati Rice");
set("short", "Basmati Rice");
set("aliases", ({ "basmati rice", "rice" }));
set("blueprint", "basmati rice");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/buckwheat.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Buckwheat");
set("short", "Buckwheat");
set("aliases", ({ "buckwheat" }));
set("blueprint", "buckwheat");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/chia.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Chia");
set("short", "Chia");
set("aliases", ({ "chia" }));
set("blueprint", "chia");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/dent-corn.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Dent Corn");
set("short", "Dent Corn");
set("aliases", ({ "dent corn", "corn" }));
set("blueprint", "dent corn");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/flax.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Flax");
set("short", "Flax");
set("aliases", ({ "flax" }));
set("blueprint", "flax");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/flint-corn.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Flint Corn");
set("short", "Flint Corn");
set("aliases", ({ "flint corn", "corn" }));
set("blueprint", "flint corn");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/flour-corn.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Flour Corn");
set("short", "Flour Corn");
set("aliases", ({ "flour corn", "corn" }));
set("blueprint", "flour corn");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/fonio.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Fonio");
set("short", "Fonio");
set("aliases", ({ "fonio" }));
set("blueprint", "fonio");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/millet.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Millet");
set("short", "Millet");
set("aliases", ({ "millet" }));
set("blueprint", "millet");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/oat.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Oat");
set("short", "Oat");
set("aliases", ({ "oat" }));
set("blueprint", "oat");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/pod-corn.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Pod Corn");
set("short", "Pod Corn");
set("aliases", ({ "pod corn", "corn" }));
set("blueprint", "pod corn");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/popcorn.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Poporn");
set("short", "Poporn");
set("aliases", ({ "popcorn", "corn" }));
set("blueprint", "popcorn");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/quinoa.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Quinoa");
set("short", "Quinoa");
set("aliases", ({ "quinoa" }));
set("blueprint", "quinoa");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/rice.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Rice");
set("short", "Rice");
set("aliases", ({ "rice" }));
set("blueprint", "rice");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/rye.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Rye");
set("short", "Rye");
set("aliases", ({ "rye" }));
set("blueprint", "rye");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/sorghum.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Sorghum");
set("short", "Sorghum");
set("aliases", ({ "sorghum" }));
set("blueprint", "sorghum");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/spelt.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Spelt");
set("short", "Spelt");
set("aliases", ({ "spelt" }));
set("blueprint", "spelt");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/striped-maize.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Striped Maize");
set("short", "Striped Maize");
set("aliases", ({ "striped maize", "maize", "corn" }));
set("blueprint", "striped maize");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/sweet-corn.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Sweet Corn");
set("short", "Sweet Corn");
set("aliases", ({ "sweet corn", "corn" }));
set("blueprint", "sweet corn");
}
}
17 changes: 17 additions & 0 deletions instances/items/food/plants/grains/teff.c
@@ -0,0 +1,17 @@
//*****************************************************************************
// Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
virtual inherit "/lib/items/food.c";

/////////////////////////////////////////////////////////////////////////////
public void reset(int arg)
{
if (!arg)
{
set("name", "Teff");
set("short", "Teff");
set("aliases", ({ "teff" }));
set("blueprint", "teff");
}
}

0 comments on commit ab84859

Please sign in to comment.