-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed tree stumps Fixed human trapper outfit Fixed text "Promote a goblin" being used for humans Added goblin trapper outfit Added custom crab (from fisher mod) for the Swamp
- Loading branch information
1 parent
9633c0e
commit d82dded
Showing
31 changed files
with
354 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:tree", | ||
"type": "entity", | ||
"components": { | ||
"mob": { | ||
"model_origin": {"x": -0.5, "y": 0, "z": 0.5 }, | ||
"region_origin": {"x": 0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
{ | ||
"type": "one_of", | ||
"items": [ | ||
"file(bogger_stump.qb)" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"resource": "stonehearth:resources:wood:oak_log", | ||
"durability": 1 | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": -2, "y": 0, "z": -2 }, | ||
"max": {"x": 3, "y": 2, "z": 3 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(swamp_goblins:entities.trees.stump.display_name)", | ||
"description": "i18n(swamp_goblins:entities.trees.stump.description)" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:tree", | ||
"type": "entity", | ||
"components": { | ||
"mob": { | ||
"model_origin": { "x": -0.5, "y": 0, "z": 0.5 }, | ||
"region_origin": { "x": 0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
{ | ||
"type": "one_of", | ||
"items": [ | ||
"file(large_stump.qb)" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"resource": "stonehearth:resources:wood:oak_log", | ||
"durability": 1 | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": -3, "y": 0, "z": -3 }, | ||
"max": {"x": 4, "y": 3, "z": 4 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(swamp_goblins:entities.trees.stump.display_name)", | ||
"description": "i18n(swamp_goblins:entities.trees.stump.description)" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:tree", | ||
"type": "entity", | ||
"components": { | ||
"mob": { | ||
"model_origin": { "x": -0.5, "y": 0, "z": 0.5 }, | ||
"region_origin": { "x": 0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
{ | ||
"type": "one_of", | ||
"items": [ | ||
"file(medium_stump.qb)" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"resource": "stonehearth:resources:wood:oak_log", | ||
"durability": 1 | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": -2, "y": 0, "z": -2 }, | ||
"max": {"x": 3, "y": 2, "z": 3 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(swamp_goblins:entities.trees.stump.display_name)", | ||
"description": "i18n(swamp_goblins:entities.trees.stump.description)" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:tree", | ||
"type": "entity", | ||
"components": { | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(dead_large_stump.qb)" | ||
] | ||
} | ||
}, | ||
"render_info": { | ||
"scale": 0.5 | ||
}, | ||
"stonehearth:resource_node": { | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"mob": { | ||
"region_origin": { "x": 0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": { "x": -3, "y": 0, "z": -3 }, | ||
"max": { "x": 4, "y": 1, "z": 4 } | ||
} | ||
] | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": { "x": -3, "y": 0, "z": -3 }, | ||
"max": { "x": 4, "y": 3, "z": 4 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(swamp_goblins:entities.trees.stump.display_name)", | ||
"description": "i18n(swamp_goblins:entities.trees.stump.description)" | ||
} | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"mixins": "stonehearth:mixins:tree", | ||
"type": "entity", | ||
"components": { | ||
"render_info": { | ||
"scale": 0.5 | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(dead_medium_stump.qb)" | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"mob": { | ||
"model_origin": { "x": 0, "y": 0, "z": 0 }, | ||
"region_origin": { "x": 0.5, "y": 0, "z": 0.5 } | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": { "x": -2, "y": 0, "z": -2 }, | ||
"max": { "x": 3, "y": 1, "z": 3 } | ||
} | ||
] | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": { "x": -2, "y": 0, "z": -2 }, | ||
"max": { "x": 3, "y": 2, "z": 3 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(swamp_goblins:entities.trees.stump.display_name)", | ||
"description": "i18n(swamp_goblins:entities.trees.stump.description)" | ||
} | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"mixins": [ | ||
"stonehearth:mixins:tree", | ||
"stonehearth:mixins:align_to_grid" | ||
], | ||
"type": "entity", | ||
"components": { | ||
"render_info": { | ||
"scale": 0.333 | ||
}, | ||
"model_variants": { | ||
"default": { | ||
"models": [ | ||
"file(dead_stump.qb)" | ||
] | ||
} | ||
}, | ||
"stonehearth:resource_node": { | ||
"resource": "stonehearth:resources:wood:oak_log" | ||
}, | ||
"mob": { | ||
"model_origin": { "x": 0, "y": 0, "z": 0 }, | ||
"region_origin": { "x": 0, "y": 0, "z": 0 } | ||
}, | ||
"destination": { | ||
"region": [ | ||
{ | ||
"min": { "x": -2, "y": 0, "z": -2 }, | ||
"max": { "x": 2, "y": 1, "z": 2 } | ||
} | ||
] | ||
}, | ||
"region_collision_shape": { | ||
"region": [ | ||
{ | ||
"min": {"x": -2, "y": 0, "z": -2 }, | ||
"max": {"x": 2, "y": 2, "z": 2 } | ||
} | ||
] | ||
} | ||
}, | ||
"entity_data": { | ||
"stonehearth:catalog": { | ||
"display_name": "i18n(swamp_goblins:entities.trees.stump.display_name)", | ||
"description": "i18n(swamp_goblins:entities.trees.stump.description)" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.