Skip to content

Commit

Permalink
added stone bench
Browse files Browse the repository at this point in the history
added fountain visual effects
improved templates
updated clay chest model
plate of mushrooms properly filtered at stocks as prepared food and added to input filters
  • Loading branch information
BrunoSupremo committed Aug 21, 2019
1 parent 4c3a4b9 commit 179d7e6
Show file tree
Hide file tree
Showing 23 changed files with 1,708 additions and 627 deletions.
53 changes: 53 additions & 0 deletions data/effects/mini_fountain/mini_fountain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"type": "effect",
"tracks": {
"water1": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": -1, "y": 2.8, "z": 0.55, "rx": 90, "ry": 0, "rz": 0 }
},
"water2": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": -0.5, "y": 1.8, "z": 0, "rx": 90, "ry": 0, "rz": 0 }
},
"water3": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": 0, "y": 1.7, "z": 0.5, "rx": 90, "ry": 0, "rz": 0 }
},
"water4": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": 0.45, "y": 1.6, "z": 1, "rx": 90, "ry": 0, "rz": 0 }
},
"water5": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": 1, "y": 0.8, "z": 0.5, "rx": 90, "ry": 0, "rz": 0 }
},
"water6": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": 1, "y": 0.7, "z": -0.5, "rx": 90, "ry": 0, "rz": 0 }
},
"water7": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": 0.5, "y": 0.6, "z": -1, "rx": 90, "ry": 0, "rz": 0 }
},
"water8": {
"type": "cubemitter",
"cubemitter": "/swamp_goblins/data/horde/particles/mini_fountain/mini_fountain.json",
"loop": true,
"transforms": { "x": -0.5, "y": 0.5, "z": -1, "rx": 90, "ry": 0, "rz": 0 }
}
}
}
70 changes: 70 additions & 0 deletions data/horde/particles/mini_fountain/mini_fountain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "minifountain",
"duration": 2000,
"material": "materials/cubemitter.material.json",
"loops": true,
"emission": {
"rate": {
"kind": "RANDOM_BETWEEN",
"values": [4, 6]
},
"angle": {
"kind": "CONSTANT",
"values": [0]
},
"origin": {
"surface": "POINT",
"values": {
"surface": "POINT"
}
}
},
"particle": {
"lifetime": {
"start": {
"kind": "CONSTANT",
"values": [1500]
}
},
"speed": {
"start": {
"kind": "RANDOM_BETWEEN",
"values": [0.9, 1.1]
},
"over_lifetime": {
"kind": "CURVE",
"values": [
[0, 0],
[1, -2]
]
}
},
"scale": {
"start": {
"kind": "RANDOM_BETWEEN",
"values": [0.1, 0.2]
}
},
"color": {
"start": {
"kind": "CONSTANT",
"values": [0, 0.5, 1, 1]
},
"over_lifetime": {
"kind": "CURVE",
"values": [
[0, 0, 0.5, 1],
[1, 0.5, 1, 1]
]
},
"over_lifetime_a": {
"kind": "CURVE",
"values": [
[0, 0],
[0.5, 1],
[1, 0]
]
}
}
}
}
Loading

0 comments on commit 179d7e6

Please sign in to comment.