Adjusted night_vision_focus, Added power "speedy"
Added power "speedy" which increases movement speed, attack speed and gives exhaust. Permanently. Changed "Night vision" stats to be a bit less draining.main
parent
9ebac7d1d7
commit
1176175729
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"type": "origins:multiple",
|
||||||
|
"name": "Speedy",
|
||||||
|
"description": "You're quick and hyper active! You also get hungry more quickly.",
|
||||||
|
"speed": {
|
||||||
|
"type": "origins:attribute",
|
||||||
|
"modifier": {
|
||||||
|
"id": "speedy_s",
|
||||||
|
"attribute": "minecraft:generic.movement_speed",
|
||||||
|
"amount": 0.02,
|
||||||
|
"operation": "add_value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attack": {
|
||||||
|
"type": "origins:attribute",
|
||||||
|
"modifier": {
|
||||||
|
"id": "speedy_a",
|
||||||
|
"attribute": "minecraft:generic.attack_speed",
|
||||||
|
"amount": 0.75,
|
||||||
|
"operation": "add_value"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"drain": {
|
||||||
|
"type": "origins:exhaust",
|
||||||
|
"interval": 150,
|
||||||
|
"exhaustion": 1.0
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue