added orc

This commit is contained in:
2026-07-07 23:06:30 +02:00
parent f2ebb37bde
commit 1255af457f
7 changed files with 53 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{
"powers": [
"faithful:orc-powers/nightvis",
"faithful:orc-powers/strength",
"faithful:orc-powers/orc_skin"
],
"icon": "minecraft:dirt",
"order": 1004,
"impact": 1
}

View File

@@ -7,5 +7,5 @@
],
"icon": "minecraft:dirt",
"order": 1002,
"impact": 1
"impact": 2
}

View File

@@ -0,0 +1,6 @@
{
"type": "origins:toggle_night_vision",
"active_by_default": "true",
"strength": 0.1,
"key": "primary"
}

View File

@@ -0,0 +1,9 @@
{
"type": "origins:attribute",
"modifier": {
"name": "Natural Armor health bonus",
"attribute": "minecraft:generic.armor",
"value": 3.0,
"operation": "addition"
}
}

View File

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

View File

@@ -5,6 +5,7 @@
"faithful:dwarf",
"faithful:pixie",
"faithful:kitsune",
"faithful:orc",
{
"condition": {
"type": "origins:equipped_item",