mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Added superior
This commit is contained in:
parent
5fab57d361
commit
7119f57ac7
@ -0,0 +1,21 @@
|
|||||||
|
display-name: "Superior"
|
||||||
|
description: "Gives a &a%placeholder%%&r boost to all stats"
|
||||||
|
placeholder: "%level% * 2"
|
||||||
|
type: special
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- armor
|
||||||
|
conflicts: [ ]
|
||||||
|
rarity: veryspecial
|
||||||
|
max-level: 2
|
||||||
|
|
||||||
|
tradeable: true
|
||||||
|
discoverable: true
|
||||||
|
enchantable: true
|
||||||
|
|
||||||
|
effects:
|
||||||
|
- id: multiply_all_stats
|
||||||
|
args:
|
||||||
|
multiplier: "1 + 0.02 * %level%"
|
||||||
|
|
||||||
|
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user