mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Updated Scripts (markdown)
parent
7190e50fa9
commit
e1a0553296
35
Scripts.md
35
Scripts.md
@ -67,41 +67,6 @@ items:
|
|||||||
type: IRON_SWORD
|
type: IRON_SWORD
|
||||||
damage: 55
|
damage: 55
|
||||||
amount: 1
|
amount: 1
|
||||||
# For more information about the Caliburn item serialization format,
|
|
||||||
# please have a look at the Caliburn wiki:
|
|
||||||
# https://github.com/DRE2N/CaliburnAPI/wiki/Custom-item-script
|
|
||||||
- ==: de.erethon.caliburn.item.ExItem
|
|
||||||
type: "DEFAULT"
|
|
||||||
material: "STICK"
|
|
||||||
amount: 3
|
|
||||||
name: "&4CustomName"
|
|
||||||
lores:
|
|
||||||
- "&4This is the first line."
|
|
||||||
- "&6This is the second line."
|
|
||||||
itemFlags:
|
|
||||||
- "HIDE_ATTRIBUTES"
|
|
||||||
- "HIDE_ENCHANTS"
|
|
||||||
enchantments:
|
|
||||||
"PROTECTION_ENVIRONMENTAL": 4
|
|
||||||
"THORNS": 1
|
|
||||||
attributes:
|
|
||||||
nameOfFirstAttribute:
|
|
||||||
type: "GENERIC_ATTACK_DAMAGE"
|
|
||||||
slots:
|
|
||||||
- "MAIN_HAND"
|
|
||||||
- "OFF_HAND"
|
|
||||||
- "HEAD"
|
|
||||||
- "TORSO"
|
|
||||||
- "LEGS"
|
|
||||||
- "FEET"
|
|
||||||
operation: "ADD_NUMBER"
|
|
||||||
amount: 8.5
|
|
||||||
nameOfSecondAttribute:
|
|
||||||
type: "GENERIC_MOVEMENT_SPEED"
|
|
||||||
slots:
|
|
||||||
- "OFF_HAND"
|
|
||||||
operation: "ADD_NUMBER"
|
|
||||||
amount: 8.5
|
|
||||||
|
|
||||||
# Whether the class should have a dog as a pet.
|
# Whether the class should have a dog as a pet.
|
||||||
dog: true
|
dog: true
|
||||||
|
Loading…
Reference in New Issue
Block a user