Added slow to dragon
Added power "slow" Slows down the player by a small amount Unfortunately still has FoV changemain
parent
ced19e2f32
commit
0ee3a8601b
@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "origins:multiple",
|
||||
"name": "Slow",
|
||||
"description": "You're not the quickest.",
|
||||
"badges": [
|
||||
{
|
||||
"type": "origins:tooltip",
|
||||
"sprite": "minecraft:textures/item/chain.png",
|
||||
"text": "You are permanently slower than usual."
|
||||
}
|
||||
],
|
||||
"speed": {
|
||||
"type": "origins:attribute",
|
||||
"modifier": {
|
||||
"id": "slow_s",
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"amount": -0.01,
|
||||
"operation": "add_value"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue