summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-23 18:23:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-23 18:23:58 -0300
commit237130b82e9ca246007b179515c89bee8671aa87 (patch)
treeb7d6b58164835a3b61341eaec33288b0dfdb07b4 /db/re/item_db.conf
parent0bd4c906db2e55d8cff4c1c7bcacf14884f451c9 (diff)
downloadserverdata-237130b82e9ca246007b179515c89bee8671aa87.tar.gz
serverdata-237130b82e9ca246007b179515c89bee8671aa87.tar.bz2
serverdata-237130b82e9ca246007b179515c89bee8671aa87.tar.xz
serverdata-237130b82e9ca246007b179515c89bee8671aa87.zip
Insurance items
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 3a4f028ec..4f45f74c1 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -5405,6 +5405,22 @@ item_db: (
noauction: true
}
},
+{
+ Id: 922
+ AegisName: "Insurance"
+ Name: "Insurance"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Trade: {
+ notrade: true
+ nodrop: true
+ noselltonpc: true
+ nomail: true
+ noauction: true
+ }
+},
// <!-- Necklaces -->
@@ -16458,6 +16474,21 @@ item_db: (
dispbottom l("Homunculus stats were reset!");
">
},
+{
+ Id: 8029
+ AegisName: "InsuranceContract"
+ Name: "Insurance Contract"
+ Type: "IT_USABLE"
+ Buy: 70000
+ Sell: 5000
+ Weight: 20
+ Refine: false
+ KeepAfterUse: false
+ Delay: 200
+ Script: <"
+ sc_start SC_CASH_DEATHPENALTY, 900000, 1;
+ ">
+},
)