{
    "objects": [
        {
            "id": 1,
            "type": "pet",
            "name": "bambi",
            "description": "First pet",
            "emoji": "",
            "isactive": false,
            "isinside": false,
            "transformdata": {
                "x": 0,
                "y": 0,
                "z": 0,
                "qx": 0,
                "qy": 0,
                "qz": 0,
                "qw": 1
            },
            "assets": {
                "mesh": "https://www.digi-devs.com/digisouls/assets/models/bambi_1790318796.glb",
                "icon": "https://www.digi-devs.com/digisouls/assets/icons/bambi_icon_1790318796.png",
                "texture": null
            },
            "rarity": "common",
            "cat": "",
            "qty": 1,
            "weight": 1,
            "lookupid": 1,
            "inital_state": "inital",
            "price": "none",
            "objurl": "data/objects/bambi.json",
            "active_arts": "",
            "passive_arts": "",
            "scale": {
                "x": 1,
                "y": 1,
                "z": 1
            },
            "category": "Pets",
            "subCategory": "",
            "affinity": "Earth",
            "catProps": {
                "active_arts": "",
                "passive_arts": "",
                "kingdom": "Wolf",
                "sub_affinity": "Nature",
                "body_plan": "Quadruped",
                "tamed": "tamed",
                "bond_level_max": 10,
                "evolution_id": 0,
                "feed_item_id": 0
            },
            "affinityProps": {
                "earth_dmg_bonus": 0,
                "root_chance": 10,
                "fortify_bonus": 0
            },
            "geolocation": {
                "longitude": 0,
                "latitude": 0,
                "altitude": 0,
                "pinpixelx": 0,
                "pinpixely": 0
            },
            "baseStats": {
                "maxHealth": 100,
                "health": 100,
                "maxMagic": 50,
                "magic": 50,
                "maxStamina": 50,
                "stamina": 50,
                "strength": 10,
                "agility": 10,
                "intelligence": 10,
                "vigor": 10,
                "poise": 10,
                "aggro": 0,
                "sanity": 0,
                "corruptionLvl": 0,
                "willpower": 10,
                "attunement": 10,
                "precision": 10,
                "fortitude": 10,
                "luck": 10
            },
            "currentStats": {
                "currentHp": 100,
                "currentMp": 50,
                "currentSt": 50
            },
            "statusEffects": {
                "frost": false,
                "onfire": false,
                "isBeingShocked": false,
                "isPosioned": false,
                "isCursed": false,
                "hasLowMp": false,
                "hasLowHp": false,
                "hasLowST": false,
                "isDead": false
            }
        },
        {
            "id": 2,
            "type": "Fairy",
            "name": "Bell",
            "description": "Second Pet",
            "emoji": "🧚",
            "isactive": true,
            "isinside": true,
            "transformdata": {
                "x": 0,
                "y": 0,
                "z": 0,
                "qx": 0,
                "qy": 0,
                "qz": 0,
                "qw": 0
            },
            "assets": {
                "mesh": "https://www.digi-devs.com/digisouls/assets/models/bell_1790322679.glb",
                "icon": "https://www.digi-devs.com/digisouls/assets/icons/bell_icon_1790322679.png",
                "texture": null
            },
            "rarity": "common",
            "cat": "",
            "qty": 1,
            "weight": 1,
            "lookupid": 2,
            "inital_state": "inital",
            "price": "1.00",
            "objurl": "data/objects/bell.json",
            "active_arts": "",
            "passive_arts": "",
            "scale": {
                "x": 1,
                "y": 1,
                "z": 1
            },
            "category": "Pets",
            "subCategory": "",
            "affinity": "Ether",
            "catProps": {
                "gender": "female",
                "active_arts": "",
                "passive_arts": "",
                "kingdom": "Fairy",
                "sub_affinity": "Void",
                "body_plan": "Sprite",
                "tamed": "tamed",
                "bond_level_max": 10,
                "passive_ability": "",
                "active_ability": "",
                "evolution_id": 0,
                "feed_item_id": 0
            },
            "affinityProps": {
                "ether_dmg_bonus": 0,
                "mana_regen": 0,
                "spell_power": 0,
                "arcane_resist": 0
            },
            "geolocation": {
                "longitude": 0,
                "latitude": 0,
                "altitude": 0,
                "pinpixelx": 0,
                "pinpixely": 0
            },
            "baseStats": {
                "maxHealth": 100,
                "health": 100,
                "maxMagic": 50,
                "magic": 50,
                "maxStamina": 50,
                "stamina": 50,
                "strength": 10,
                "agility": 10,
                "intelligence": 10,
                "vigor": 10,
                "poise": 10,
                "aggro": 0,
                "sanity": 0,
                "corruptionLvl": 0,
                "willpower": 10,
                "attunement": 10,
                "precision": 10,
                "fortitude": 10,
                "luck": 10
            },
            "currentStats": {
                "currentHp": 100,
                "currentMp": 50,
                "currentSt": 50
            },
            "statusEffects": {
                "frost": false,
                "onfire": false,
                "isBeingShocked": false,
                "isPosioned": false,
                "isCursed": false,
                "hasLowMp": false,
                "hasLowHp": false,
                "hasLowST": false,
                "isDead": false
            }
        }
    ],
    "nextId": 1,
    "version": 11,
    "lastModified": "2026-09-25T17:09:12+00:00"
}