Compare commits
4 Commits
c13f8f5d5a
...
c29c7c35ec
Author | SHA1 | Date |
---|---|---|
|
c29c7c35ec | 4 days ago |
|
dbae419099 | 4 days ago |
|
0ee3a8601b | 4 days ago |
|
ced19e2f32 | 4 days ago |
@ -1,13 +1,17 @@
|
||||
{
|
||||
"name": "Dragon",
|
||||
"description": "You're a big dragon! Mighty, chunky and a bit slow.",
|
||||
"icon": {
|
||||
"id": "minecraft:blaze_powder"
|
||||
},
|
||||
"powers": [
|
||||
"feathermc:frail_flight",
|
||||
"feathermc:bulwark",
|
||||
"feathermc:slow",
|
||||
"feathermc:digestion",
|
||||
"feathermc:wide_figure",
|
||||
"origins:fire_immunity"
|
||||
"origins:fire_immunity",
|
||||
"feathermc:frail_flight"
|
||||
],
|
||||
"order": 6,
|
||||
"impact": 2
|
||||
"impact": 3
|
||||
}
|
||||
|
@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "Protogen",
|
||||
"description": "An artificial creature designed to adapt to its surroundings.",
|
||||
"icon": {
|
||||
"id": "minecraft:redstone"
|
||||
},
|
||||
"powers": [
|
||||
"feathermc:pumpkin_hate",
|
||||
"feathermc:regenerative_light",
|
||||
"feathermc:bulwark",
|
||||
"feathermc:integrated_armor"
|
||||
"feathermc:integrated_armor",
|
||||
"feathermc:explosive_death",
|
||||
"feathermc:pumpkin_hate"
|
||||
],
|
||||
"order": 9,
|
||||
"impact": 2
|
||||
"impact": 3
|
||||
}
|
||||
|
@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "origins:action_on_death",
|
||||
"name": "Explosive Core",
|
||||
"description": "You got a core that could take out your environment when going critical.",
|
||||
"badges": [
|
||||
{
|
||||
"type": "origins:tooltip",
|
||||
"sprite": "minecraft:textures/item/gunpowder.png",
|
||||
"text": "You will explode on death!"
|
||||
}
|
||||
],
|
||||
"bientity_action": {
|
||||
"type": "origins:and",
|
||||
"actions": [
|
||||
{
|
||||
"type": "origins:target_action",
|
||||
"action": {
|
||||
"type": "origins:explode",
|
||||
"power": 5,
|
||||
"destruction_type": "keep",
|
||||
"damage_slef": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -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