Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```json
- {
- "name": "Renfield",
- "location": "Dracula's Chamber",
- "enemy_rarity": "boss",
- "enemy_type": "humanoid beast",
- "enemy_level": 5,
- "element": "physical",
- "clothing": "heavy armor",
- "headwear": "none",
- "weapon": {"weapon_name": "fangs", "weapon_type": "body", "element": "physical"},
- "magic": {"ability_name": "Bloodlust", "damage": 30, "element": "physical"},
- "hair": "bald",
- "body_color": "#8B4513",
- "skin_tone": "#8B4513",
- "clothing_color": "#000000",
- "gender": "male",
- "flying": false,
- "ghost": false,
- "friendliness": 0,
- "quote_if_friendly": "",
- "quote_if_hostile": "Master's will be done!"
- }
- ```
- ```json
- {
- "name": "Vampire Thrall",
- "location": "Crypt",
- "enemy_rarity": "generic",
- "enemy_type": "human",
- "enemy_level": 3,
- "element": "physical",
- "clothing": "cloak",
- "headwear": "hood",
- "weapon": {"weapon_name": "fangs", "weapon_type": "body", "element": "physical"},
- "magic": {"ability_name": "Hypnotic Gaze", "damage": 15, "element": "physical"},
- "hair": "short",
- "body_color": "#000000",
- "skin_tone": "#8B4513",
- "clothing_color": "#8B4513",
- "gender": "male",
- "flying": false,
- "ghost": false,
- "friendliness": 0,
- "quote_if_friendly": "",
- "quote_if_hostile": "Join us in eternal darkness!"
- }
- ```
- ```json
- {
- "name": "Ghoul",
- "location": "Library",
- "enemy_rarity": "generic",
- "enemy_type": "zombie",
- "enemy_level": 2,
- "element": "physical",
- "clothing": "none",
- "headwear": "none",
- "weapon": {"weapon_name": "claws", "weapon_type": "body", "element": "physical"},
- "magic": {"ability_name": "Decay", "damage": 10, "element": "physical"},
- "hair": "bald",
- "body_color": "#708090",
- "skin_tone": "#708090",
- "clothing_color": "#000000",
- "gender": "other",
- "flying": false,
- "ghost": false,
- "friendliness": 0,
- "quote_if_friendly": "",
- "quote_if_hostile": "Brains... must have brains!"
- }
- ```
- ```json
- {
- "name": "Bat Swarm",
- "location": "Ballroom",
- "enemy_rarity": "generic",
- "enemy_type": "bat",
- "enemy_level": 1,
- "element": "wind",
- "clothing": "none",
- "headwear": "none",
- "weapon": {"weapon_name": "teeth", "weapon_type": "body", "element": "physical"},
- "magic": {"ability_name": "Sonic Scream", "damage": 5, "element": "wind"},
- "hair": "none",
- "body_color": "#000000",
- "skin_tone": "#000000",
- "clothing_color": "#000000",
- "gender": "none",
- "flying": true,
- "ghost": false,
- "friendliness": 0,
- "quote_if_friendly": "",
- "quote_if_hostile": "Fluttering wings of doom!"
- }
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement