diff options
Diffstat (limited to 'data/mobs/examples/lesser_drone.yaml')
| -rw-r--r-- | data/mobs/examples/lesser_drone.yaml | 44 |
1 files changed, 26 insertions, 18 deletions
diff --git a/data/mobs/examples/lesser_drone.yaml b/data/mobs/examples/lesser_drone.yaml index c9e50a5..d9c452d 100644 --- a/data/mobs/examples/lesser_drone.yaml +++ b/data/mobs/examples/lesser_drone.yaml @@ -1,28 +1,10 @@ name: lesser drone description: "A floating metallic drone with a pulsing energy core. Its surface crackles with electric discharge." -attack: 1 -strength: 1 -defense: 18 -hp: 55 -ranged: 0 -science: 20 -speed: 4 -aggressive: true -respawn_ticks: 50 -attack_type: science -attack_bonus: 0 -strength_bonus: 0 -stab_defense: 35 -slash_defense: 35 -crush_defense: 30 -science_defense: 20 -ranged_defense: -10 idle_descriptions: - "hovers silently, scanning the area" - "emits a low electronic hum" - "projects a thin beam of light across the floor" - "rotates slowly in place" -size: small drops: loot: - item_id: scrap @@ -30,3 +12,29 @@ drops: - item_id: credits weight: 40 quantity: 300 +combat: + kind: combat + stats: + hp: 55 + attack: 1 + strength: 1 + defense: 18 + science: 20 + attack_type: science + speed: 4 + aggressive: true + respawn_ticks: 50 + bonuses: + attack_bonus: 0 + strength_bonus: 0 + science_bonus: 0 + science_percent_bonus: 0 + ranged_bonus: 0 + ranged_strength_bonus: 0 + defenses: + stab_defense: 35 + slash_defense: 35 + crush_defense: 30 + science_defense: 20 + ranged_defense: -10 + size: small |
