... | ... | @@ -8,9 +8,9 @@ recipes: |
|
|
type: SWORD
|
|
|
id: STEEL_SWORD
|
|
|
conditions:
|
|
|
- 'level 5'
|
|
|
- 'level{level=5}'
|
|
|
ingredients:
|
|
|
- 'mmoitem MATERIAL STEEL_INGOT 4 Steel_Ingot'
|
|
|
- 'mmoitem{type=MATERIAL,id=STEEL_INGOT,amount=4}'
|
|
|
```
|
|
|
This upgrade recipe allows players to upgrade the item named `Steel Sword`. This type of recipes do **NOT** support crafting time, therefore they must all be instant, as if you used a consumable. In order to use this recipe, the player must be at least level 5, and must have 4 steel ingots in his inventory.\
|
|
|
Of course, the player must also have one of these Steel Swords when using the recipe, otherwise he will be prompted an error message.\
|
... | ... | |