Module:Data/Critters

Documentation for this module may be created at Module:Data/Critters/doc

return {
  YellowFirefly = {
    id = 3500,
    name = 'Yellow Glowbug',
    description = 'This flying bug always appears in swarms which appear as dancing lights. Its yellow glow is biome-specific.',
    rarity = 'Common',
    speed = 6,
  },
  BlueFireFly = {
    id = 3501,
    name = 'Blue Glowbug',
    description = 'This flying bug always appears in swarms which appear as dancing lights. Its blue glow is biome-specific.',
    rarity = 'Common',
    speed = 6,
  },
  GreenFireFly = {
    id = 3502,
    name = 'Green Glowbug',
    description = 'This flying bug always appears in swarms which appear as dancing lights. Its green glow is biome-specific.',
    rarity = 'Common',
    speed = 6,
  },
  RedFireFly = {
    id = 3503,
    name = 'Red Glowbug',
    description = 'This flying bug always appears in swarms which appear as dancing lights. Its red glow is biome-specific.',
    rarity = 'Common',
    speed = 6,
  },
  CritterBeetle = {
    id = 9800,
    name = 'Blackbug',
    description = 'This tiny bug appears in many different places. Right now it\'s looking for a new home.',
    rarity = 'Common',
    speed = 8,
  },
  CritterLarva = {
    id = 9801,
    name = 'Larvlet',
    description = 'A tiny larva that doesn\'t harm you but likes to be collected and held in a warm hand.',
    rarity = 'Common',
    speed = 8,
  },
  CritterCrab = {
    id = 9802,
    name = 'Moon Pincher',
    description = 'This blue-purple crustacean always has its claws raised which gives it a seemingly happy expression. ',
    rarity = 'Common',
    speed = 8,
  },
  ButterflySunset = {
    id = 9803,
    name = 'Dusk Fairy',
    description = 'A tiny butterfly with very delicate wings. Catching it without harming them requires a lot of caution.',
    rarity = 'Common',
    speed = 8,
  },
  ButterflyDreamy = {
    id = 9804,
    name = 'Dream Messenger',
    description = 'Said to be a bringer of good dreams this butterfly is always seen among sleeping creatures.',
    rarity = 'Common',
    speed = 8,
  },
  ButterflyCitrus = {
    id = 9805,
    name = 'Citrus Pinion',
    description = 'An erraticly fluttering butterfly that has bright colors irritating to the naked eye.',
    rarity = 'Common',
    speed = 8,
  },
  ButterflyIcy = {
    id = 9806,
    name = 'Ice Wind',
    description = 'This blue butterfly flaps its wings so fast that it creates cold air streams.',
    rarity = 'Common',
    speed = 8,
  },
  ButterflyBase = {
    id = 9807,
    name = 'Crimson Wing',
    description = 'A small butterfly with deep red wings that seeks the company of other critters.',
    rarity = 'Common',
    speed = 8,
  },
  CritterScorpion = {
    id = 9808,
    name = 'Little Death',
    description = 'This small scorpion is harmless to humans but can easily kill smaller creatures if it needs food.',
    rarity = 'Common',
    speed = 8,
  },
  CritterGrasshopper = {
    id = 9809,
    name = 'Leafhopper',
    description = 'A very nervous little fellow. The faintest hint of danger makes it jump away into safety.',
    rarity = 'Common',
    speed = 8,
  },
  CritterWorm = {
    id = 9810,
    name = 'Earthworm',
    description = 'A worm. Nothing special about it.',
    rarity = 'Common',
    speed = 6,
  },
  CritterCentipede = {
    id = 9811,
    name = 'Manyleg',
    description = 'This desert critter has an unknown amount of legs. It would simply take too long to count them.',
    rarity = 'Common',
    speed = 8,
  },
  CritterCockroach = {
    id = 9812,
    name = 'Pest Bug',
    description = 'A disgusting insect that moves with uncanny speed. It commonly is found in places that have darkness, dirt and food to offer.',
    rarity = 'Common',
    speed = 8,
  },
  CritterCrab2 = {
    id = 9813,
    name = 'Sun Pincher',
    description = 'This red-yellow crustacean always has its claws raised which gives it a seemingly happy expression. ',
    rarity = 'Common',
    speed = 8,
  },
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.