Skip to content

update_stats - abilities #811

@white-haired-uncle

Description

@white-haired-uncle

I added this:

-- PART VIII: Abilities
local latent_wrath_special = wml.get_child(wml.get_child(original, "abilities"), "damage", "latent_wrath")
if latent_wrath_special ~= nil then
table.insert(wml.get_child(remade, "abilities"), { "damage", latent_wrath_special })
end

but I just noticed this:

local remade_abilities = wml.get_child(remade, "abilities")
if not remade_abilities then
remade_abilities = { "abilities", {}}
table.insert(remade, remade_abilities)
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions