Functions Documentation |
|
Name |
itmSetEnhanced |
Syntax |
(itmSetEnhanced item mods) -> item |
Argument List |
item: The itemStruct of the item you want to enhance.
flag: The flag saying what what type of enhancement you want to enhance the item with. |
Returns |
item: The enhanced item. |
Category |
enhancement, item
|
Description |
Enhances a item depending what kind of item it is and what is the flag.
The known list of flags can be seen here:
http://wiki.neurohack.com/transcendence/wiki/functionlegend#enhancements |
Example |
(itmSetEnhanced (itmCreate 0x4001 1) 0x0B00)
Returns a segment of light titanium armor that is immune to radiation. |
Comment |
Helpful for enhancing items you create. I need to make an enhancement list. |