diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index db6d53496..30cac165e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1133,7 +1133,19 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, -// Id 557 is free +{ + Id: 557 + AegisName: "RecipeBook" + Name: "Recipe Book" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#RecipeBook::OnUse"; + "> +}, { Id: 558 AegisName: "Mashmallow" |