Jump to content

Can The Scrapping System Be Entirely Overhauled?


Recommended Posts

The current scrapping system is horrible and underutilized, not to mention a nightmare to learn and modify.

It would be far superior to have the game simply check the item's recipe that you wish to scrap, verify the items used in the crafting process, and return a percentage of those items back to the player. It would literally be the exact same system that is already in place, (crafting), but in reverse.

 

Is it possible to modify the game in a way that changes the scrapping mechanic altogether? The crafting system currently in place could, theoretically, already handle it, if someone could manage to create a system that can refer to the "recipes.xml", search for and find the item being requested to be scrapped, find all required items, and return a percentage of those items back to the player, based on a skill/stat that determines scrapping efficiency.

Link to comment
Share on other sites

  • 2 weeks later...
			<property class="Action0">
				<property name="Create_item" value="farmPlotBlockVariantHelper"/>
				<property name="Create_item_count" value="3"/>
				<property name="Random_item" value="plantedMushroom1,plantedYucca1,plantedCotton1,plantedGoldenrod1,plantedChrysanthemum1,plantedCoffee1"/>
				<property name="Random_item_count" value="1,1,1"/>
				<property name="Random_count" value="3"/>
				<property name="Unique_random_only" value="true"/>
			</property>

Found this code in the Bundles section of the items.xml

Does anyone know if this can be adopted into a better, more accurate Scrapping Mod Overhaul?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...