Notice: If the game stops working after an update, it might be a savegame incompatibility. Remove your savegame folder and try again before posting about it.
Registration has an extra hurdle now: There have been advertisement bots, so I added a security keyword to registration. Deal with it.
  0 users browsing Suggestion Box. | 1 bot  
Main » Suggestion Box » Crafting recipes
Pages: 1
Posted on 10-23-13, 02:26 pm
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets

Posts: 290/344
Since: 06-08-12

Last post: 1670 days
Last view: 1210 days
Last night I've been working on a crafting system. It takes after Terraria more than Minecraft in that given certain items in your inventory it simply lists all the possible things you can make/do with those, no puzzling required. Right now, all it needs is a UI -- I tested it with direct method invokes.

Recipes that I've used to test the system:
• Coloring clothing, which involves meta-elements. Any item with a <code>dye</code> token can be applied to any <code>colored</code> item, consuming the dye and changing the color of the item. Will very likely survive up to 1.0.
• Baseball Bat + Scrap Metal = Spiked Bat, consuming both source items and producing a new third.

Ideas that require some more implementation work:
• Enchanting a weapon to, for example, remove a curse. There's a "remove token" crafting reaction but it's not hooked up yet. If the enchantment is in a book, this would require checking for a specific child token and value.
• Crafting an item using multiple copies of the same item. There's a definition for creating Leather Armor from two Leather Strips and a book on armorcrafting.
• Allowing multiple definition tokens and excluding them, like in lootsets. That is, "weapon but not wood" as an ingredient.
• Brewing potions using things like plants.

Any ideas for specific recipes?

I don't just program Noxico...
Posted on 11-02-13, 12:01 am
Lövable
 

Posts: 11/11
Since: 12-06-12

Last post: 3800 days
Last view: 3649 days
I'd say you should try to focus the majority of your recipes sex specific. (Dildos, clothing, aphrodisiacs, etc.). I ran into the early pitfall of trying to make too many material items, and the sex items were very lacking. So just giving you the same critique I received so you don't wind up with the same problem.

:P
Posted on 11-02-13, 09:19 am
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets

Posts: 292/344
Since: 06-08-12

Last post: 1670 days
Last view: 1210 days
You'd be right. Thanks.

<sub>But those weren't specific.</sub>

I don't just program Noxico...
Pages: 1
Main » Suggestion Box » Crafting recipes