added a wholebunch

This commit is contained in:
2026-07-12 23:18:35 +02:00
parent 1255af457f
commit 1e52065e92
18 changed files with 201 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
"chance": 0.00125
}
]
},
@@ -28,7 +28,7 @@
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
"chance": 0.00125
}
]
}

View File

@@ -0,0 +1,10 @@
{
"powers": [
"faithful:goblin-powers/persuasive",
"faithful:goblin-powers/quick",
"faithful:goblin-powers/short"
],
"icon": "minecraft:dirt",
"order": 1006,
"impact": 1
}

View File

@@ -0,0 +1,10 @@
{
"powers": [
"faithful:harpy-powers/winged",
"faithful:harpy-powers/claws",
"faithful:harpy-powers/birdlike"
],
"icon": "minecraft:dirt",
"order": 1007,
"impact": 1
}

View File

@@ -0,0 +1,13 @@
{
"powers": [
"faithful:merfolk-powers/gills",
"origins:aqua_affinity",
"origins:water_vision",
"origins:like_water",
"origins:swim_speed",
"origins:aquatic"
],
"icon": "minecraft:dirt",
"order": 1008,
"impact": 3
}

View File

@@ -0,0 +1,15 @@
{
"type": "origins:action_over_time",
"interval": 5,
"entity_action": {
"type": "origins:apply_effect",
"effects": [
{
"effect": "minecraft:hero_of_the_village",
"duration": 35,
"show_particles": false,
"show_icon": false
}
]
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "origins:attribute",
"modifier": {
"name": "swift",
"attribute": "minecraft:generic.movement_speed",
"value": 0.06,
"operation": "multiply_base"
}
}

View File

@@ -0,0 +1,24 @@
{
"type": "origins:action_on_callback",
"entity_action_gained": {
"type": "origins:and",
"actions": [
{
"type": "origins:execute_command",
"command": "scale set pehkui:height .80 @s",
"permission_level": 4
},
{
"type": "origins:execute_command",
"command": "scale set pehkui:width .80 @s",
"permission_level": 4
},
{
"type": "origins:execute_command",
"command": "scale persist set true",
"permission_level": 4
}
]
},
"when_orb": true
}

View File

@@ -0,0 +1,13 @@
{
"type": "origins:multiple",
"no_skulk": {
"type": "origins:prevent_game_event",
"event": "minecraft:step",
"events": [
"minecraft:hit_ground"
]
},
"snow": {
"type": "faithful:can_walk_on_powder_snow"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "origins:attribute",
"modifiers":
[
{
"name": "wings damage",
"attribute": "generic.attack_damage",
"value": 3.0,
"operation": "addition"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"type": "faithful:wings",
"wings_type": "icarus:white_feathered_wings",
"armor_slows": false,
"exhaustion_amount": 0.1
}

View File

@@ -9,5 +9,8 @@
},
"snow": {
"type": "faithful:can_walk_on_powder_snow"
},
"prevent_block_slowness": {
"type": "faithful:prevent_block_slowness"
}
}

View File

@@ -5,12 +5,12 @@
"actions": [
{
"type": "origins:execute_command",
"command": "scale set pehkui:height .80 @s",
"command": "scale set pehkui:height .75 @s",
"permission_level": 4
},
{
"type": "origins:execute_command",
"command": "scale set pehkui:width .80 @s",
"command": "scale set pehkui:width .75 @s",
"permission_level": 4
},
{

View File

@@ -3,7 +3,7 @@
"modifier": {
"name": "swift",
"attribute": "minecraft:generic.movement_speed",
"value": 0.05,
"value": 0.1,
"operation": "multiply_base"
}
}

View File

@@ -0,0 +1,38 @@
{
"type": "origins:action_over_time",
"interval": 5,
"entity_action": {
"type": "origins:if_else_list",
"actions": [
{
"condition": {
"type": "origins:submerged_in",
"fluid": "minecraft:water"
},
"action": {
"type": "origins:gain_air",
"value": 20
}
},
{
"condition": {
"type": "origins:submerged_in",
"fluid": "minecraft:water",
"inverted": true
},
"action": {
"type": "origins:apply_effect",
"effects": [
{
"effect": "minecraft:slowness",
"duration": 35,
"amplifier": 1,
"show_particles": false,
"show_icon": false
}
]
}
}
]
}
}

View File

@@ -6,6 +6,9 @@
"faithful:pixie",
"faithful:kitsune",
"faithful:orc",
"faithful:goblin",
"faithful:harpy",
"faithful:merfolk",
{
"condition": {
"type": "origins:equipped_item",