Skip to content

Expanded recipes#69

Open
TomatechGames wants to merge 19 commits intoBanjoByTheBay:masterfrom
TomatechGames:expanded-recipes
Open

Expanded recipes#69
TomatechGames wants to merge 19 commits intoBanjoByTheBay:masterfrom
TomatechGames:expanded-recipes

Conversation

@TomatechGames
Copy link
Contributor

Adds a new ItemRecipe class that can contain the Cost, Result Template Id and Result Amount of a recipe. This new class is used to represent Tier Upgrade, Rarity Upgrade, and Recycling recipes.
Since Recycling and Tier Up recipes change their XP requirements based on an items level, an ItemLevelsToXP curve table is now exported, and items export their relevant rows
Alteration Slots now export the base reperk cost of the slot, and Alterations now export the evolution cost and additional reperk cost for that alteration

Depends on #67

Added UObjectExporter equivelents for exporters based on GroupExporter, and disabled GroupExporter exports by making them uninterested in any assets (GroupExporter-based exporters are now suffixed with "Old")

Additionally
- SchematicExporter now exports ammo and ingredient schematics
- HeroPerkName and CommanderPerkName in HeroItemData have been renamed to HeroPerkTemplate and CommanderPerkTemplate, and now export the entire Ability Template Id instead of just the name component
- UObjectExporters can now be forced to export rarities (including Uncommon) in cases where the exporter knows that all the items it exports are supposed to have a rarity. This allows applications to differentiate between items with a default rarity and items with no rarity
Adds a new ItemRecipe class that can contain the Cost, Result Template Id and Result Amount of a recipe. This new class is used to represent Tier Upgrade, Rarity Upgrade, and Recycling recipes.
Since Recycling and Tier Up recipes change their XP requirements based on an items level, an ItemLevelsToXP curve table is now exported, and items export their relevant rows
Alteration Slots now export the base reperk cost of the slot, and Alterations now export the evolution cost and additional reperk cost for that alteration
In Group Exporters, the rarity was inferred from the item name, and since Lead Survivors had their name rarities one less than normal, the exporter had to add 1 to rarities. This is no longer neccecary
Permanent Items can be inferred through the lack of a RecycleRecipe with BanjoByTheBay#69
Fixes issues with duplicate result keys from unrelated items from other gamemodes. Only items within the SaveTheWorld folder will be checked (also removed unnecessary filtering of the songs folder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant