Interkarma / daggerfall-unity

Open source recreation of Daggerfall in the Unity engine
http://www.dfworkshop.net
MIT License
2.67k stars 326 forks source link

Move the hardcoding of items that don't encumber into templates #2633

Closed ajrb closed 4 months ago

ajrb commented 4 months ago

This allows mods to change arrows so that their weight counts towards encumbrance. A mod to do this would consist of a single file ItemTemplates.json with the following entry:

{
    {
        "index": 131,
        "hasNoEncumbrance": false
    }
}