Extensive and detailed guide for creating new equipment or modifying existing equipment in The Hand of Merlin, written by its game designer Mat.
소개
What is Equipment?
게임에서, whenever your party reaches a Blacksmith, you can buy new equipment/gear. Every class has access to a different list of weapons and armor, but can only have one of each. They are tiered, 1 에게 5, and whenever you buy one tier, you can access the next tier for purchase.
The Blacksmith Upgrades File
All of the information regarding the gear you can purchase in game is centered on a singular file, 그만큼 Content\Merlin\Databases\BlacksmithUpgrades.rsc
기본정보
The first part of the document describes how many Tiers of equipment exist, and what are the costs associated with them. In the vanilla game, 우리는 5, so we add 5 entries to this list, and add a Min and a Max to the cost – each time the game has to generate a gold cost for a specific piece of equipment, 그것’ll get its base value from this range.
Note that every tier also has a small icon associated with it. This is overlaid to the actual gear icon – we use roman icons, like these:
ㅏ “Style” is the shorthand for a branch of gear. 거기’에스 3 already designed, and each Blacksmith shop randomly selects 2from the list to propose. 거기’s no hard rules here apart from each style being able to have a Cost Modifier attached to it, even though we don’t use it. 그것’s a flat multiplier to whatever the cost is selected.
For this document, we used “균형 잡힌”, “무거운” 그리고 “빛”, but feel free to edit whatever makes most sense to you.
Set-up
허락하다’s look at how an individual piece of equipment is set up. 이것을 위해, 우리’ll look at Shortsword IV, 전사’에스 “빛” 무기, 층 4.
첫 번째, 참고 이름 그리고 설명. These are text entries, 그래서 당신은’ll need identifiers as well. We use HOM.BlacksmithUpgrade.[치받이] for the name and HOM.BlacksmithUpgrade.[치받이].설명 for the description. Refer to the Status Effects and Abilities guides for a more in-depth description on how dynamic text works, but I recommend checking out how the equipment descriptions are set up already and work from there.
You can also use an Upgrade Icon Override if your equipment is a bit more special than the others.
그 다음에, for the actual meat of it, 당신은 Attribute Modifiers 그리고 Damage Modifiers.
Attribute modifiers change a character’s stats. 기어, 특히, is also modified by the Nourishment system, and thus we recommend leaving Max Armor and Max Health with additive values instead of multiplicative ones, lest things get wilder than you expect. You can affect any attribute you want here!
Damage Modifiers are also available. More on those in the Status Effect guide, but here’s a quick rundown:
- Set up a direction – is this modifier changing damage DEALT, or TAKEN?
- Set up a scaling source if you want to use multiplication or percentages – 여기, status effect stacks don’t really work. We use it because we are not scaling, 우리’re just adding it flat.
- 그 다음에, on Stack Based or Attribute Based (depending if you have scaling or not), set the number that will be added/multiplied by the natural damage. 우리의 경우, it was a flat +4 addend
- 그 다음에, set the damage type. Standard/Health-only/Armor-only.
- 마지막으로, set any conditions you think are relevant. 다시, we explained conditions in the other guides, but here is how we set up the one for “if the target is unarmored”:
그리고 당신은 그것을 가지고 있습니다. Equipment is a major part of the passive increase in power that units receive as you are playing the game, and are the largest gold sink. So feel free to explore and try out other configurations for your mods!
이것이 오늘 우리가 공유하는 모든 것입니다. The Hand of Merlin 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Mibs. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.