Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aftershock Moxie have slow movement speed #76189

Open
Agnistel opened this issue Sep 4, 2024 · 2 comments
Open

Aftershock Moxie have slow movement speed #76189

Agnistel opened this issue Sep 4, 2024 · 2 comments
Labels
Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON Mods: Aftershock Anything to do with the Aftershock mod Monsters Monsters both friendly and unfriendly. (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@Agnistel
Copy link

Agnistel commented Sep 4, 2024

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

@Agnistel Agnistel added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Sep 4, 2024
@Maleclypse
Copy link
Member

{
    "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
Copy link
Author

{
    "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

@Maleclypse Maleclypse added (S2 - Confirmed) Bug that's been confirmed to exist [JSON] Changes (can be) made in JSON Monsters Monsters both friendly and unfriendly. Mods: Aftershock Anything to do with the Aftershock mod Good First Issue This is a good first issue for a new contributor and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON Mods: Aftershock Anything to do with the Aftershock mod Monsters Monsters both friendly and unfriendly. (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

No branches or pull requests

2 participants