summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-03-08 10:38:39 -0300
committerJesusaves <cpntb1@ymail.com>2022-03-08 10:38:39 -0300
commit3f4ba5f35dae01c10727f5a713716abb7df09daf (patch)
tree2a6fc2ec45d36255de91fd971a2b15d5e5c5fc9b
parent94aad40286ef86692c881107357318893fac3a93 (diff)
downloadserverdata-3f4ba5f35dae01c10727f5a713716abb7df09daf.tar.gz
serverdata-3f4ba5f35dae01c10727f5a713716abb7df09daf.tar.bz2
serverdata-3f4ba5f35dae01c10727f5a713716abb7df09daf.tar.xz
serverdata-3f4ba5f35dae01c10727f5a713716abb7df09daf.zip
TMWA Resynchronization
-rw-r--r--db/pre-re/item_db.conf56
-rw-r--r--db/pre-re/mob_db.conf47
2 files changed, 103 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 1af0656f..92f52ff8 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -12123,6 +12123,62 @@ item_db: (
bonus bMatkRate, -5;
">
},
+{
+ Id: 5280
+ AegisName: "LeprechaunHat"
+ Name: "Leprechaun Hat"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5280
+},
+{
+ Id: 5281
+ AegisName: "PartyHatR"
+ Name: "Party Hat Red"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5281
+},
+{
+ Id: 5282
+ AegisName: "PartyHatG"
+ Name: "Party Hat Green"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5282
+},
+{
+ Id: 5283
+ AegisName: "PartyHatB"
+ Name: "Party Hat Blue"
+ Type: "IT_ARMOR"
+ Buy: 1600
+ Sell: 800
+ Weight: 20
+ Def: 5
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5283
+},
/* Usable items */
{
Id: 501
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
index 107d1e26..c44f7e38 100644
--- a/db/pre-re/mob_db.conf
+++ b/db/pre-re/mob_db.conf
@@ -7160,4 +7160,51 @@ mob_db: (
Diamond: 50
}
},
+{
+ Id: 1168
+ SpriteName: "Floyd"
+ Name: "Floyd"
+ Lv: 20
+ Hp: 150
+ Sp: 0
+ Exp: 27
+ JExp: 3
+ AttackRange: 1
+ Attack: [5, 25]
+ Def: 0
+ Mdef: 5
+ Stats: {
+ Str: 1
+ Agi: 1
+ Vit: 1
+ Int: 0
+ Dex: 20
+ Luk: 25
+ }
+ ViewRange: 9
+ ChaseRange: 10
+ Size: 1
+ Race: 3
+ Element: (2, 1)
+ Mode: {
+ CanMove: true
+ CanAttack: true
+ ChangeTargetMelee: true
+ ChangeTargetChase: true
+ }
+ MoveSpeed: 800
+ AttackDelay: 1872
+ AttackMotion: 672
+ DamageMotion: 480
+ Drops: {
+ PurplePresentBox: 1000
+ MaggotSlime: 800
+ BluePresentBox: 500
+ CactusDrink: 150
+ BugLeg: 400
+ RoastedMaggot: 150
+ Dagger: 70
+ SharpKnife: 1
+ }
+},
)