Skip to content

Commit d9cb3f8

Browse files
committed
Workbench and Hideout crafting recipes are now supported
1 parent 7b87428 commit d9cb3f8

6 files changed

Lines changed: 657 additions & 14 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/Scripts/MergedRecipes.json
1+
/Scripts/MergedRecipes.json
2+
/Scripts/WorkbenchMergedRecipes.json
3+
/Scripts/HideoutMergedRecipes.json
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"partList": [
3+
{
4+
"uuid": "614c3193-13da-40f4-9b03-37f26e760fd6",
5+
"name": "obj_hideout_questgiver",
6+
"renderable": "$SURVIVAL_DATA/Character/Char_Hideoutfarmer/char_hideoutfarmer.rend",
7+
"color": "ffffff",
8+
"box": {
9+
"x": 20,
10+
"y": 17,
11+
"z": 12
12+
},
13+
"scripted": {
14+
"filename": "$CONTENT_DATA/Scripts/Interactables/HideoutTrader.lua",
15+
"classname": "HideoutTrader",
16+
"data": {
17+
"animationList": [
18+
{
19+
"name": "Idle",
20+
"looping": true
21+
},
22+
{
23+
"name": "Close",
24+
"effect": {
25+
"name": "Farmerhideout - Close",
26+
"joint": "root_jnt"
27+
}
28+
},
29+
{
30+
"name": "Open",
31+
"effect": {
32+
"name": "Farmerhideout - Open",
33+
"joint": "root_jnt"
34+
},
35+
"nextAnimation": "Idle"
36+
},
37+
{
38+
"name": "Confirm01",
39+
"effect": {
40+
"name": "Farmerhideout - Accept",
41+
"joint": "root_jnt"
42+
},
43+
"nextAnimation": "Idle"
44+
},
45+
{
46+
"name": "Confirm02",
47+
"effect": {
48+
"name": "Farmerhideout - Accept",
49+
"joint": "root_jnt"
50+
},
51+
"nextAnimation": "Idle"
52+
},
53+
{
54+
"name": "Confirm03",
55+
"effect": {
56+
"name": "Farmerhideout - Accept",
57+
"joint": "root_jnt"
58+
},
59+
"nextAnimation": "Idle"
60+
}
61+
]
62+
}
63+
},
64+
"rotationSet": "PropY",
65+
"physicsMaterial": "Metal",
66+
"ratings": {
67+
"density": 5,
68+
"durability": 10,
69+
"friction": 5,
70+
"buoyancy": 5
71+
},
72+
"flammable": false,
73+
"restrictions": {
74+
"destructable": false,
75+
"erasable": false,
76+
"buildable": false,
77+
"usable": true,
78+
"connectable": false,
79+
"liftable": false,
80+
"convertibleToDynamic": false,
81+
"paintable": false
82+
}
83+
}
84+
]
85+
}

Objects/Database/shapesets.shapedb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"shapeSetList": []
2+
"shapeSetList": [ "$CONTENT_DATA/Objects/Database/ShapeSets/hideout_trader.shapeset" ]
33
}

0 commit comments

Comments
 (0)