summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 8d6252659..402a41d4f 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -15072,6 +15072,42 @@ item_db: (
statusup2(.@r, 1);
">
},
+{
+ Id: 8007
+ AegisName: "SmallArrowSack"
+ Name: "Small Arrow Sack"
+ Type: "IT_USABLE"
+ Buy: 10
+ Sell: 5
+ Weight: 30
+ Script: <"
+ getitem TolchiArrow, rand(10, 15);
+ ">
+},
+{
+ Id: 8008
+ AegisName: "MediumArrowSack"
+ Name: "Medium Arrow Sack"
+ Type: "IT_USABLE"
+ Buy: 30
+ Sell: 15
+ Weight: 80
+ Script: <"
+ getitem TolchiArrow, rand(30, 40);
+ ">
+},
+{
+ Id: 8009
+ AegisName: "BigArrowSack"
+ Name: "Big Arrow Sack"
+ Type: "IT_USABLE"
+ Buy: 80
+ Sell: 40
+ Weight: 200
+ Script: <"
+ getitem TolchiArrow, rand(80, 100);
+ ">
+},
)