summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-28 10:28:29 +0100
committerMicksha <Micksha@users.noreply.github.com>2018-10-28 10:28:29 +0100
commitcb0b8fa272991a3633809eb05682d35ae988546f (patch)
treef551076e7db07744f9d778eee004fae16f77fa48
parent9feb77ec9cf13c8b0c2da0a1382e17e9a7a14704 (diff)
parentc2c01442697a0c220f45faa5838b1793be740601 (diff)
downloadserverdata-cb0b8fa272991a3633809eb05682d35ae988546f.tar.gz
serverdata-cb0b8fa272991a3633809eb05682d35ae988546f.tar.bz2
serverdata-cb0b8fa272991a3633809eb05682d35ae988546f.tar.xz
serverdata-cb0b8fa272991a3633809eb05682d35ae988546f.zip
Merge branch 'potions' into Gumicommit
-rw-r--r--db/re/item_db.conf268
1 files changed, 260 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index e7e97adc..b890917b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1314,13 +1314,13 @@ item_db: (
ViewSprite: 564
BindOnEquip: false
BuyingStore: true
- Delay: 750
+ Delay: 450
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 100;
- @max = 250;
- @delay = 25;
+ @min = 180;
+ @max = 360;
+ @delay = 50;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
@@ -1338,21 +1338,273 @@ item_db: (
}
Gender: "SEX_ANY"
Refine: false
- ViewSprite: 564
+ ViewSprite: 565
BindOnEquip: false
BuyingStore: true
Delay: 450
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 180;
- @max = 360;
- @delay = 50;
+ @min = 250;
+ @max = 450;
+ @delay = 150;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
+ Id: 600
+ AegisName: "SmallHealing"
+ Name: "Small Healing Potion"
+ Type: "IT_HEALING"
+ Buy: 2500
+ Sell: 300
+ Weight: 32
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 600
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 100
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ @min = 200;
+ @max = 300;
+ @delay = 3;
+ @type = 2;
+ doevent "rand_sc_heal::OnUse";
+ ">
+},
+{
+ Id: 601
+ AegisName: "MediumHealing"
+ Name: "Medium Healing Potion"
+ Type: "IT_HEALING"
+ Buy: 5000
+ Sell: 650
+ Weight: 64
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 601
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 100
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ @min = 400;
+ @max = 600;
+ @delay = 4;
+ @type = 2;
+ doevent "rand_sc_heal::OnUse";
+ ">
+},
+{
+ Id: 602
+ AegisName: "LargeHealing"
+ Name: "Large Healing Potion"
+ Type: "IT_HEALING"
+ Buy: 10000
+ Sell: 1250
+ Weight: 128
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 602
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 100
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ @min = 800;
+ @max = 1200;
+ @delay = 5;
+ @type = 2;
+ doevent "rand_sc_heal::OnUse";
+ ">
+},
+{
+ Id: 603
+ AegisName: "SmallMana"
+ Name: "Small Mana Potion"
+ Type: "IT_HEALING"
+ Buy: 2000
+ Sell: 250
+ Weight: 32
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 603
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 205
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ bonus bMaxSP,20;
+ ">
+},
+{
+ Id: 604
+ AegisName: "MediumMana"
+ Name: "Medium Mana Potion"
+ Type: "IT_HEALING"
+ Buy: 5000
+ Sell: 600
+ Weight: 64
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 604
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 250
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ bonus bMaxSP,50;
+ ">
+},
+{
+ Id: 605
+ AegisName: "LargeMana"
+ Name: "Large Mana Potion"
+ Type: "IT_HEALING"
+ Buy: 10000
+ Sell: 1500
+ Weight: 128
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 605
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 250
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ bonus bMaxSP,100;
+ ">
+},
+{
+ Id: 606
+ AegisName: "ConcPotion"
+ Name: "Concentration Potion"
+ Type: "IT_HEALING"
+ Buy: 2500
+ Sell: 650
+ Weight: 25
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 606
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 100
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ bonus bAspd,50;
+ ">
+},
+{
+ Id: 607
+ AegisName: "IronPotion"
+ Name: "Iron Potion"
+ Type: "IT_HEALING"
+ Buy: 2500
+ Sell: 650
+ Weight: 40
+ Atk: 0
+ Matk: 0
+ Def: 0
+ Range: 0
+ Slots: 0
+ Job: {
+ All: true
+ }
+ Gender: "SEX_ANY"
+ WeaponLv: 0
+ EquipLv: 0
+ Refine: false
+ ViewSprite: 606
+ BindOnEquip: false
+ BuyingStore: true
+ Delay: 500
+ Sprite: 0
+ UseEffect: "EFFECT_HEAL"
+ Script: <"
+ bonus bStr,5;
+ ">
+},
+{
Id: 700
AegisName: "SmallTentacles"
Name: "Small Tentacles"