added orc
This commit is contained in:
10
src/main/resources/data/faithful/origins/orc.json
Normal file
10
src/main/resources/data/faithful/origins/orc.json
Normal 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
|
||||
}
|
||||
@@ -7,5 +7,5 @@
|
||||
],
|
||||
"icon": "minecraft:dirt",
|
||||
"order": 1002,
|
||||
"impact": 1
|
||||
"impact": 2
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "origins:toggle_night_vision",
|
||||
"active_by_default": "true",
|
||||
"strength": 0.1,
|
||||
"key": "primary"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "origins:attribute",
|
||||
"modifier": {
|
||||
"name": "Natural Armor health bonus",
|
||||
"attribute": "minecraft:generic.armor",
|
||||
"value": 3.0,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "origins:attribute",
|
||||
"modifiers":
|
||||
[
|
||||
{
|
||||
"name": "Strong damage",
|
||||
"attribute": "generic.attack_damage",
|
||||
"value": 2.0,
|
||||
"operation": "addition"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
"faithful:dwarf",
|
||||
"faithful:pixie",
|
||||
"faithful:kitsune",
|
||||
"faithful:orc",
|
||||
{
|
||||
"condition": {
|
||||
"type": "origins:equipped_item",
|
||||
|
||||
Reference in New Issue
Block a user