You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which causes damage to the target, and needs to be coded like Cure Light Wounds:
{
"id": "light_healing",
"type": "SPELL",
"name": "Cure Light Wounds",
"description": "Heals a little bit of damage on the target.",
"valid_targets": [ "self", "ally" ],
"min_damage": -5,
"max_damage": -20,
"damage_increment": -1.0,
}
Describe the bug
Floral healing is damage section is coded as follows:
{
"valid_targets": [ "self" ],
"effect": "attack",
"shape": "blast",
"flags": [ "CONCENTRATE", "SOMATIC", "VERBAL", "NO_LEGS" ],
"energy_source": "MANA",
"spell_class": "DRUID",
"min_damage": 5,
"max_damage": 20,
"damage_increment": 1
}
Which causes damage to the target, and needs to be coded like Cure Light Wounds:
{
"id": "light_healing",
"type": "SPELL",
"name": "Cure Light Wounds",
"description": "Heals a little bit of damage on the target.",
"valid_targets": [ "self", "ally" ],
"min_damage": -5,
"max_damage": -20,
"damage_increment": -1.0,
}
Attach save file
N/A Trivial to reproduce
Steps to reproduce
Expected behavior
Floral healing should heal
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions],
Innawood [innawood],
Magiclysm [magiclysm]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: