Item modifiers

Users who are viewing this thread

I searched around for this, but didn't find any threads (admittedly probably because I was searching for the wrong terms).

Basically what I'm trying to do is add new requirements/bonuses to items.

For example, greaves with +1 to athletics, a helm with -50 to archery, throwing weapons with an agility requirement of 8 or gauntlets with -2 to power draw.

I know item requirements can be altered by the difficulty field in the item editor, but not where the required stat could be changed.

I take it these things would be stored in module_items.py rather than item_kinds1.txt?
 
It's not possible in the module system. You'll have to script some funky workaround if you want that functionality.
 
Damn. I'd seen it used once or twice so I'd hoped it'd be relatively simple.

Ah well, another idea shelved for the imaginary day when I actually learn how to code. :P
 
Back
Top Bottom