• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
City of Arabel
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Masterwork Crafting Tools

Scheduled Pinned Locked Moved Implemented/Closed Suggestions
10 Posts 4 Posters 169 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y
    YuritheHarsil
    last edited by 10 Feb 2025, 21:19

    I am not sure how hardcoded or easy to work on crafting it is.

    But, maybe, there could be included mastework versions of the crafting kits that could give a bonus to crafting rolls.

    Maybe sold in a hard to reach merchant, after completing a quest to him. Recover his homunculus from bandits/kobolds/elementals from a cave rich in various resources?

    Thank you.

    Eidan Brooke - professional Hunter, mushroom hugger, High Druid of the Helmlands

    M E 2 Replies Last reply 10 Feb 2025, 21:32 Reply Quote
    • M
      Mr.Moloch @YuritheHarsil
      last edited by 10 Feb 2025, 21:32

      I'd even be good with if you could craft these personally.

      Also be lovely if you could make some chisels, skinning knives, etc that don't break. :)

      In the future, there are two simple rules to remember:

      NO SPITTING.

      DO NOT CROSS MISTER MOLOCH.

      https://youtu.be/dQw4w9WgXcQ?si=uHdfqTMS7FMTWREf

      1 Reply Last reply Reply Quote
      • E
        Echo
        last edited by Echo 2 Oct 2025, 23:45 10 Feb 2025, 23:43

        @YuritheHarsil said in Masterwork Crafting Tools:

        I am not sure how hardcoded or easy to work on crafting it is.

        With the current system:

        • Each item has to be made in the palette, with its "balanced stats" preset
        • Each item then needs a recipe added to the code - anywhere from 6-10 lines PER ITEM

        It's not "hard", but it is time consuming - mostly because stats have to be determined and balanced (which is more work than you might think).
        The coding isnt "hard" either, but it gets tedious. For example, this is the code to make a platinum fullplate

        sKeyToRecipe = CnrRecipeCreateRecipe(sMenuPlatHeavy, "Platinum Full Plate", "cnrFullPlatePla", 1);
        CnrRecipeAddComponent(sKeyToRecipe, "cnrIngotPlat", 10, 5);
        CnrRecipeAddComponent(sKeyToRecipe, "cnrPatFullPlate", 1);
        CnrRecipeAddComponent(sKeyToRecipe, "cnrPadding", 1);
        CnrRecipeAddComponent(sKeyToRecipe, "cnrRivotsPlat", 6, 5);
        CnrRecipeSetRecipeLevel(sKeyToRecipe, 10);
        CnrRecipeSetRecipeXP(sKeyToRecipe, 100, 100);
        CnrRecipeSetRecipeBiproduct(sKeyToRecipe, "cnrMangledPlat", 0, 4);
        CnrRecipeSetRecipeAbilityPercentages(sKeyToRecipe, 45, 25, 35, 0, 0, 0);
        

        @Mr-Moloch said in Masterwork Crafting Tools:

        I'd even be good with if you could craft these personally.

        what do you mean "personally"?
        armor and weapons already get "made by THIS PC" added to them when crafted

        @Mr-Moloch said in Masterwork Crafting Tools:

        if you could make some chisels, skinning knives

        you can if, as with armor, a recipe is devised and added to the script. not hard, just tedious

        "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

        M 1 Reply Last reply 11 Feb 2025, 00:54 Reply Quote
        • E
          Echo @YuritheHarsil
          last edited by Echo 2 Oct 2025, 23:47 10 Feb 2025, 23:47

          @YuritheHarsil said in Masterwork Crafting Tools:

          mastework versions of the crafting kits

          ok i totally misread the first post!

          you want the TOOLS to be Masterworked, not the items you make!

          In that case... that would be much more difficult

          HOWEVER - there are items available that give you a boost to your crafting skills (books, gloves, etc) that you can find in game

          "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

          Y 1 Reply Last reply 11 Feb 2025, 00:22 Reply Quote
          • Y
            YuritheHarsil @Echo
            last edited by 11 Feb 2025, 00:22

            @Echo haha, right.

            I didnt know there were other options, thanks for the clarification. In this case all is well.

            Eidan Brooke - professional Hunter, mushroom hugger, High Druid of the Helmlands

            1 Reply Last reply Reply Quote
            • M
              Mr.Moloch @Echo
              last edited by 11 Feb 2025, 00:54

              @Echo By personally, I mean, as in my personal opinion! As in, I personally, think it would be nice if you could make tools.

              In the future, there are two simple rules to remember:

              NO SPITTING.

              DO NOT CROSS MISTER MOLOCH.

              https://youtu.be/dQw4w9WgXcQ?si=uHdfqTMS7FMTWREf

              E 1 Reply Last reply 11 Feb 2025, 00:56 Reply Quote
              • E
                Echo @Mr.Moloch
                last edited by 11 Feb 2025, 00:56

                @Mr-Moloch
                tools just need a recipe, not hard to do, will see if I can squeeze it in during my mod work sessions this week
                however they'll be normal and still have the break percentage like ones you buy

                "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

                M 1 Reply Last reply 11 Feb 2025, 01:05 Reply Quote
                • M
                  Mr.Moloch @Echo
                  last edited by 11 Feb 2025, 01:05

                  @Echo Not worth your effort to do that really. Honestly, please don't!

                  In the future, there are two simple rules to remember:

                  NO SPITTING.

                  DO NOT CROSS MISTER MOLOCH.

                  https://youtu.be/dQw4w9WgXcQ?si=uHdfqTMS7FMTWREf

                  1 Reply Last reply Reply Quote
                  • E
                    Echo
                    last edited by 11 Feb 2025, 01:07

                    you can make a shovel... that's a tool :D

                    "You can complain if you weren't asked; you can't complain if you were asked but didn't contribute." ~ Professor.

                    1 Reply Last reply Reply Quote
                    • S
                      Strife and Discord
                      last edited by 11 Feb 2025, 06:12

                      It wont change the break percentage, mind.

                      1 Reply Last reply Reply Quote
                      • E Echo moved this topic from Suggestions on 15 Mar 2025, 22:39
                      • 1 / 1
                      1 / 1
                      • First post
                        3/10
                        Last post