jpw1991 / chebs-necromancy

Cheb's Necromancy adds Necromancy to Valheim via craftable wands and structures. Minions will follow you, guard your base, and perform menial tasks.
The Unlicense
10 stars 4 forks source link

166 dropondeath inconsistencies #215

Closed jpw1991 closed 1 year ago

jpw1991 commented 1 year ago

Ok so here's how it should work:

        public enum DropType
        {
            Nothing,       // generate no CharacterDrop at all
            JustResources, // just save the armor type eg. iron ingots
            Everything,    // drop everything that was used to create the minion eg. bones, meat, iron ingots
        }

Testing

Test with 3.3.3

How it should work:

Minion Armor Item Costs Drops Setting Result
Skeleton Warrior None BoneFragments:6 Nothing Nothing
Skeleton Warrior None BoneFragments:6 JustResources Nothing
Skeleton Warrior None BoneFragments:6 Everything 6 Bone fragments
Skeleton Warrior Bronze BoneFragments:6 Nothing Nothing
Skeleton Warrior Bronze BoneFragments:6 JustResources Bronze
Skeleton Warrior Bronze BoneFragments:6 Everything Bronze, 6 Bone fragments