Compare commits
No commits in common. 'fb6a2b79e3ee49646d53db31ef3fbf6aaf2a61af' and '9ebac7d1d72aeb17ecd70244fddcc7d417e4508b' have entirely different histories.
fb6a2b79e3
...
9ebac7d1d7
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Dragon",
|
|
||||||
"description": "You're a big dragon! Mighty, chunky and a bit slow.",
|
|
||||||
"powers": [
|
|
||||||
"feathermc:frail_flight",
|
|
||||||
"feathermc:bulwark"
|
|
||||||
],
|
|
||||||
"order": 6,
|
|
||||||
"impact": 2
|
|
||||||
}
|
|
@ -1,69 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:multiple",
|
|
||||||
"name": "Bulwark",
|
|
||||||
"description": "You have more health, take less damage but you can not passively heal to full!",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"type": "origins:tooltip",
|
|
||||||
"sprite": "minecraft:textures/item/cookie.png",
|
|
||||||
"text": "Cookie heals you for 2 hearts."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"health": {
|
|
||||||
"type": "origins:attribute",
|
|
||||||
"modifier": {
|
|
||||||
"id": "bulwark_health",
|
|
||||||
"attribute": "minecraft:generic.max_health",
|
|
||||||
"amount": 40,
|
|
||||||
"operation": "add_value"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"no_regeneration": {
|
|
||||||
"type": "origins:disable_regen"
|
|
||||||
},
|
|
||||||
"passive_regeneration": {
|
|
||||||
"type": "origins:action_over_time",
|
|
||||||
"entity_action": {
|
|
||||||
"type": "origins:heal",
|
|
||||||
"amount": 1
|
|
||||||
},
|
|
||||||
"interval": 100,
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"type": "origins:health",
|
|
||||||
"comparison": "<",
|
|
||||||
"compare_to": 20
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "apoli:food_level",
|
|
||||||
"comparison": ">",
|
|
||||||
"compare_to": 6
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"less_knockback": {
|
|
||||||
"type": "origins:attribute",
|
|
||||||
"modifier": {
|
|
||||||
"id": "bulwark_knockback",
|
|
||||||
"attribute": "minecraft:generic.knockback_resistance",
|
|
||||||
"amount": 0.3,
|
|
||||||
"operation": "add_value"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cookie_healing": {
|
|
||||||
"type": "origins:action_on_item_use",
|
|
||||||
"entity_action": {
|
|
||||||
"type": "origins:heal",
|
|
||||||
"amount": 4
|
|
||||||
},
|
|
||||||
"item_condition": {
|
|
||||||
"type": "origins:ingredient",
|
|
||||||
"ingredient": {
|
|
||||||
"item": "minecraft:cookie"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"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