Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For the Dark Mage, the way you'd want to code it is probably a list for each boss of their drops (you should be able to extract this from the bosses themselves in their Tuning data). Then associate the remna type (though I'd encourage you to think up something other than using "Remna" for sake of avoiding confusion as it would do a different thing) with the boss that it's taken from. For adding stats to the item, I think that the stats are just an array on the item, so you should just be able to add the stat to that array and it should work.
It would definitely be a cool mod though! (Something else that might be cool would be the ability to turn multiple of specific refined drops or such into whatever you choose to call the objects you can use to improve items).
If you have any questions directly, ask and I'll try to help since I know my way around the code base a bit!