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 167 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

      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 enthusiast

      Mr.MolochM EchoE 2 Replies Last reply Reply Quote
      • Mr.MolochM
        Mr.Moloch @YuritheHarsil
        last edited by

        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
        • EchoE
          Echo
          last edited by Echo

          @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.

          Mr.MolochM 1 Reply Last reply Reply Quote
          • EchoE
            Echo @YuritheHarsil
            last edited by Echo

            @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 Reply Quote
            • Y
              YuritheHarsil @Echo
              last edited by

              @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 enthusiast

              1 Reply Last reply Reply Quote
              • Mr.MolochM
                Mr.Moloch @Echo
                last edited by

                @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

                EchoE 1 Reply Last reply Reply Quote
                • EchoE
                  Echo @Mr.Moloch
                  last edited by

                  @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.

                  Mr.MolochM 1 Reply Last reply Reply Quote
                  • Mr.MolochM
                    Mr.Moloch @Echo
                    last edited by

                    @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
                    • EchoE
                      Echo
                      last edited by

                      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
                      • Strife and DiscordS
                        Strife and Discord
                        last edited by

                        It wont change the break percentage, mind.

                        1 Reply Last reply Reply Quote
                        • EchoE Echo moved this topic from Suggestions on
                        • 1 / 1
                        • First post
                          Last post