CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.31k stars 4.13k forks source link

Aftershock Moxie have slow movement speed #76189

Open Agnistel opened 3 weeks ago

Agnistel commented 3 weeks ago

Describe the bug

I noticed this bug a long time ago. Even though the description of Moxie says that they are faster than the player, in reality they move much slower.

Attach save file

N/A

Steps to reproduce

  1. Enable Aftershock mod
  2. Spawn MoxPhore Scavenger
  3. It's slow like a zombie

Expected behavior

Their speed matches the description.

Screenshots

No response

Versions and configuration

Last experimental and previous versions

Additional context

No response

Maleclypse commented 3 weeks ago
{
    "id": "mon_moxie_scavenger",
    "type": "MONSTER",
    "name": { "str": "MoxPhore Scavenger" },
    "description": "A human stands here, towering around 2 meters high.  Its flesh is frozen solid, colored black and blue from frostbite.  It constantly scratches at its flesh with its claw-like hands, surveying the land with frozen and foggy eyes.",
    "default_faction": "moxie",
    "bodytype": "human",
    "species": [ "MOXIE" ],
    "diff": 5,
    "volume": "62500 ml",
    "weight": "81500 g",
    "hp": 100,
    "speed": 115,
    "material": [ "flesh" ],
    "symbol": "A",
    "color": "red",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 6,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_damage": [ { "damage_type": "cut", "amount": 4 } ],
    "dodge": 4,
    "vision_day": 25,
    "regenerates": 10,
    "harvest": "frost_human",
    "death_drops": "default_moxie_human_death_drops",
    "special_attacks": [
      { "type": "bite", "cooldown": 5 },
      { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 12 } ] }
    ],
    "flags": [
      "SEES",
      "HEARS",
      "GOODHEARING",
      "SWIMS",
      "WARM",
      "BASHES",
      "GROUP_BASH",
      "POISON",
      "NO_BREATHE",
      "REVIVES",
      "PUSH_MON",
      "FILTHY"
    ],
    "armor": { "bash": 3, "cut": 5, "bullet": 5 }
  },

Certainly looks like it moves faster

Agnistel commented 7 hours ago
{
    "id": "mon_moxie_scavenger",
    "type": "MONSTER",
    "name": { "str": "MoxPhore Scavenger" },
    "description": "A human stands here, towering around 2 meters high.  Its flesh is frozen solid, colored black and blue from frostbite.  It constantly scratches at its flesh with its claw-like hands, surveying the land with frozen and foggy eyes.",
    "default_faction": "moxie",
    "bodytype": "human",
    "species": [ "MOXIE" ],
    "diff": 5,
    "volume": "62500 ml",
    "weight": "81500 g",
    "hp": 100,
    "speed": 115,
    "material": [ "flesh" ],
    "symbol": "A",
    "color": "red",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 6,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_damage": [ { "damage_type": "cut", "amount": 4 } ],
    "dodge": 4,
    "vision_day": 25,
    "regenerates": 10,
    "harvest": "frost_human",
    "death_drops": "default_moxie_human_death_drops",
    "special_attacks": [
      { "type": "bite", "cooldown": 5 },
      { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 12 } ] }
    ],
    "flags": [
      "SEES",
      "HEARS",
      "GOODHEARING",
      "SWIMS",
      "WARM",
      "BASHES",
      "GROUP_BASH",
      "POISON",
      "NO_BREATHE",
      "REVIVES",
      "PUSH_MON",
      "FILTHY"
    ],
    "armor": { "bash": 3, "cut": 5, "bullet": 5 }
  },

Certainly looks like it moves faster

Problem with flag "SWIMS" , if you remove it their ingame speed become normal