Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Recipes #10

Open
tlentz opened this issue Jun 25, 2020 · 5 comments
Open

Test Recipes #10

tlentz opened this issue Jun 25, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@tlentz
Copy link
Owner

tlentz commented Jun 25, 2020

No description provided.

@Amek206
Copy link
Collaborator

Amek206 commented Jun 28, 2020

Test-recipes.txt

Here are three test recipes

You can copy these strings on to new rows, first recipe has 3 outputs is something to note.

Let me know if you want me to explain it further.

Adding three test recipes:
Test 1: 1 pot for 3 pots
Test 2: 2 pot for cham
Test 3: 3 pot for zod

First thing I did was add 3 rows onto cubemain.txt

In column "description" I put "Test 1" in row 153, "Test 2" into row 154, "Test 3" into row 155. These dont need to be named this and I dont know if they even need to be named at all. But for a developer to find it will be easier. Might even be able to type in instructions?

  • In column "enabled" put 1 in rows 153 - 155 (newly added rows)

  • In column "version" put 100 in rows 153 - 155

  • In column "numinputs" the number will vary on how many inputs are in the recipe in this instance there is three recipes Test 1,1-Test 2,2- Test 3,3

    • In column "numinputs" put "hp1" in row 153 , put ""hp1,qty=2"" (extra quotations) in row 154 , put ""hp1,qty=3"" in row 155
  • Outputs are going to depend on how many you want, up to 3, in this instance Test 1 has three outputs and Test 2 and Test 3 have 1 output.
    * In Column "output", "outputb" and "outputc" row 153 put hp1
    * In column "output" row 154 put r32 (cham), row 154 put r33 (zod)

  • Can replace output with item code or unique item name

@tlentz tlentz added the enhancement New feature or request label Jun 29, 2020
@OldBeardedCoder
Copy link
Collaborator

What is the purpose of these recipes? I added a "Debug" flag that's not visible in the UI. It adds a runeword that is craftable by newly created character: axe + health potion = magical axe with elemental skills. The idea is that we can edit cubemain.txt after generation and put any property on it we want to. As I was having problems with elemental skills that's what's on it by default.

@Amek206
Copy link
Collaborator

Amek206 commented Jan 12, 2021

I just use them to spawn what item I want, nothing fancy.

@Amek206
Copy link
Collaborator

Amek206 commented Jan 12, 2021

Its not a option for the actual program, not sure I remember the reasoning behind why I wrote this up to be honest.

@OldBeardedCoder
Copy link
Collaborator

I made the Debug recipe so that a brand new character can do the recipe. The idea is you can add the prop you're testing to the cubemain.txt manually, then create a new character and do the recipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants