Open IdleSol opened 1 month ago
According to this line: https://github.com/CleverRaven/Cataclysm-DDA/blob/65aca7f154933aa62002d95d3e178a0fe8619452/data/mods/Magiclysm/monsters/monsters.json#L822 The bite should impose a corrosion effect for 500 seconds.
But the description of the effect says the maximum duration is 30 seconds. https://github.com/CleverRaven/Cataclysm-DDA/blob/65aca7f154933aa62002d95d3e178a0fe8619452/data/json/effects.json#L3986
Therefore, this attack does not work as intended. A quick check in-game, showed that the acid effect was gone in 30 seconds
n/a
Create a monster and test the duration of the effect.
No response
Maybe it was meant to be shorter, i.e. intended to be 500 moves (5 seconds)?
Describe the bug
According to this line: https://github.com/CleverRaven/Cataclysm-DDA/blob/65aca7f154933aa62002d95d3e178a0fe8619452/data/mods/Magiclysm/monsters/monsters.json#L822 The bite should impose a corrosion effect for 500 seconds.
But the description of the effect says the maximum duration is 30 seconds. https://github.com/CleverRaven/Cataclysm-DDA/blob/65aca7f154933aa62002d95d3e178a0fe8619452/data/json/effects.json#L3986
Therefore, this attack does not work as intended. A quick check in-game, showed that the acid effect was gone in 30 seconds
Attach save file
n/a
Steps to reproduce
Create a monster and test the duration of the effect.
Expected behavior
n/a
Screenshots
No response
Versions and configuration
Additional context
No response