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
The item always disappears as part of a quirk of crafting with "ComboProperties". These are aggregates of items that you can map individual outcomes to. So I could place several different items into a "Water" ComboProperty and map an output for each of those items when they're used in a recipe. So if one of the "Water" items was a cup of water, that could be mapped to give an empty cup, a bucket could give an empty bucket, and so on. But all of these "full-of-water" items will satisfy as an ingredient in a recipe that is using the "Water" ComboProperty. This dramatically cuts down on the required number of recipes, as well as makes a ton of UI stuff far more convenient. The initial item is *always* consumed for a ComboProperty though, even if there is no output item.
In the case of Reforge, pieces of equipment are part of a Reforge-only ComboProperty. The piece of equipment undergoes the reforging processing just before it's consumed, creating a new item that contains the changes from reforge. The new item is put into the character's inventory and the old item is consumed as part of the craft. When the reforging process fails, no new item is created and so all that happens is the craft is "successful" and the original equipment is consumed.
I'll take a look at this today and figure out what is causing the failure.