0 of 0

File information

Last updated

Original upload

Created by

BattleModders

Uploaded by

BattleModders

Virus scan

Safe to use

Tags for this mod

About this mod

A framework to create collections of items to roll from with complex logic.

Requirements
Permissions and credits
This framework provides the ability to define sets of items from which items can then be rolled using complex logic. For example, you could have a table of some specific weapons and you may want to roll from it to equip an entity based on parameters such as the item's value, damage, durability etc. or you may want to roll from an item table for generating loot for a certain event or location.

A great benefit of using item tables to equip entities is that adding/removing an item to an item table automatically makes that item available to all entities using that item table. For example, if certain Bandits in Mod A roll from the BanditArmor item table to equip their armor, a submodder for Mod A who adds new armor types simply has to add his armor to that armor table and all those bandits in Mod A will now have access to that - without the modder having to modify or worry about the individual bandits' code.

Visit our GitHub repo for discussions.

Note: The framework is usable but is still under development and features are subject to change.