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
Pandro 4 days ago
parent 9ebac7d1d7
commit 1176175729
Signed by: pandro
SSH Key Fingerprint: SHA256:iBUZSuDxqYr4hYpe9U3BA9NJmXKpbGt4H0S8hUwIbrA

@ -6,7 +6,8 @@
"origins:nine_lives",
"origins:more_exhaustion",
"feathermc:fox_size",
"feathermc:flammable"
"feathermc:flammable",
"feathermc:speedy"
],
"order": 3,
"impact": 2

@ -10,5 +10,5 @@
"origins:scare_creepers"
],
"order": 3,
"impact": 2
"impact": 1
}

@ -29,18 +29,18 @@
},
{
"type": "origins:power_active",
"power": "feathermc:night_vision_toggle"
"power": "*:*_toggle"
}
]
}
},
"drain": {
"type": "origins:exhaust",
"interval": 80,
"exhaustion": 1.0,
"interval": 40,
"exhaustion": 2.0,
"condition": {
"type": "origins:power_active",
"power": "feathermc:night_vision_toggle"
"power": "*:*_toggle"
}
}
}

@ -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…
Cancel
Save