summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/pet_db.conf24
-rw-r--r--db/re/pet_db.conf24
2 files changed, 24 insertions, 24 deletions
diff --git a/db/pre-re/pet_db.conf b/db/pre-re/pet_db.conf
index 9e9806180..3ec9efc2e 100644
--- a/db/pre-re/pet_db.conf
+++ b/db/pre-re/pet_db.conf
@@ -35,14 +35,14 @@ pet_db:(
// ================ Mandatory fields ==============================
Id: ID (int)
Name: "Pet Name" (string)
- EggItem: Egg Id (string, defaults to 0)
+ EggItem: "Egg Item Constant" (string)
// ================ Optional fields ===============================
- TamingItem: Taming Item (string, defaults to 0)
- AccessoryItem: Equipment Id (string, defaults to 0)
- FoodItem: Food Id (string, defaults to "Pet_Food" (ID=537))
- FoodEffectiveness: hunger points (int, defaults to 80)
- HungerDelay: hunger time (int, defaults to 60)
- HungerDecrement: hunger points (int, defaults to 1)
+ TamingItem: "Taming Item Constant" (string, defaults to 0)
+ FoodItem: "Food Item Constant" (string, defaults to "Pet_Food" (ID=537))
+ AccessoryItem: "Equipment Item Constant" (string, defaults to 0)
+ FoodEffectiveness: hunger points (int, defaults to 80)
+ HungerDelay: hunger time (int, defaults to 60)
+ HungerDecrement: hunger points (int, defaults to 1)
Intimacy: {
Initial: start intimacy (int, defaults to 250)
FeedIncrement: feeding intimacy (int, defaults to 10)
@@ -58,15 +58,15 @@ pet_db:(
AttackRate: attack rate (int, defaults to 300)
DefendRate: Defence attack (int, defaults to 300)
ChangeTargetRate: change target (int, defaults to 800)
+ AutoFeed: true/false (boolean, defaults to false)
+ PetScript: <" Pet Script (can also be multi-line) ">
+ EquipScript: <" Equip Script (can also be multi-line) ">
Evolve: {
- EggID: { (string, Evolved Pet EggID)
- Name: Amount (items required to perform evolution)
+ EggID: { (string, Evolved Pet EggID)
+ Name: Amount (items required to perform evolution)
...
}
}
- AutoFeed: true/false (boolean, defaults to false)
- PetScript: <" Pet Script (can also be multi-line) ">
- EquipScript: <" Equip Script (can also be multi-line) ">
},
**************************************************************************/
{
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
index c290bc822..244e2764e 100644
--- a/db/re/pet_db.conf
+++ b/db/re/pet_db.conf
@@ -35,14 +35,14 @@ pet_db:(
// ================ Mandatory fields ==============================
Id: ID (int)
Name: "Pet Name" (string)
- EggItem: Egg Id (string, defaults to 0)
+ EggItem: "Egg Item Constant" (string)
// ================ Optional fields ===============================
- TamingItem: Taming Item (string, defaults to 0)
- AccessoryItem: Equipment Id (string, defaults to 0)
- FoodItem: Food Id (string, defaults to "Pet_Food" (ID=537))
- FoodEffectiveness: hunger points (int, defaults to 80)
- HungerDelay: hunger time (int, defaults to 60)
- HungerDecrement: hunger points (int, defaults to 1)
+ TamingItem: "Taming Item Constant" (string, defaults to 0)
+ FoodItem: "Food Item Constant" (string, defaults to "Pet_Food" (ID=537))
+ AccessoryItem: "Equipment Item Constant" (string, defaults to 0)
+ FoodEffectiveness: hunger points (int, defaults to 80)
+ HungerDelay: hunger time (int, defaults to 60)
+ HungerDecrement: hunger points (int, defaults to 1)
Intimacy: {
Initial: start intimacy (int, defaults to 250)
FeedIncrement: feeding intimacy (int, defaults to 10)
@@ -58,15 +58,15 @@ pet_db:(
AttackRate: attack rate (int, defaults to 300)
DefendRate: Defence attack (int, defaults to 300)
ChangeTargetRate: change target (int, defaults to 800)
+ AutoFeed: true/false (boolean, defaults to false)
+ PetScript: <" Pet Script (can also be multi-line) ">
+ EquipScript: <" Equip Script (can also be multi-line) ">
Evolve: {
- EggID: { (string, Evolved Pet EggID)
- Name: Amount (items required to perform evolution)
+ EggID: { (string, Evolved Pet EggID)
+ Name: Amount (items required to perform evolution)
...
}
}
- AutoFeed: true/false (boolean, defaults to false)
- PetScript: <" Pet Script (can also be multi-line) ">
- EquipScript: <" Equip Script (can also be multi-line) ">
},
**************************************************************************/
{