-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
80 lines (80 loc) · 1.72 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
max_frames: 2000
render_frames: true
render_preview: true
max_particles: 20000
background_on: true
background_color: 0xff000000
sim_size:
width: 300
height: 300
render_size:
width: 3000
height: 3000
plants:
min: 4
max: 4
types:
- branch_chance: 0.1f
branch_color: 0xff77BF00
flower_color: 0xff52FF00
max_depth: 20
branching_factor: 2
- branch_color: 0xff43BF00
branch_chance: 0.4f
- flower_colors: [0xffF5FF37, 0xff37FFC9, 0xffB75CFF]
branch_colors: [0xff2BA637, 0xff23872D, 0xff318723]
flower_size: 3
flower_deviation: 4
- max_depth: 10
branching_factor: 4
seed_branching_factor: 4
branching_falloff: -1
branch_chance: 0.5
- max_depth: 40
max_depth_deviation: 10
mass: 0.5f
branch_color: 0xff0052CC
flower_color: 0xff24C4FF
seed_branching_factor: 5
branch_chance: 0
flower_size: 10
- flower_colors: [0xff5FC786, 0xffC72E9C]
max_depth: 3
max_depth_deviation: 2
branch_color: 0xff5FC786
seed_branching_factor: 20
branching_factor_deviation: 10
branch_chance: 0
flower_size: 6
- branch_color: 0xffffffff
branching_factor: 1
branch_chance: 0.1f
flower_size: 4
max_depth: 40
hives:
min: 3
max: 4
bees_per_hive: 30
initial_bees_per_hive: 20
hive_size: 10
hive_size_deviation: 10
colors:
- bee_color: 0xffffff99
hive_color: 0xffffff99
- bee_color: 0xffffffcc
hive_color: 0xffffffcc
dust:
count: 250
circle_constraints:
- radius: 117
deviation: 0
tag: PLANT
- radius: 117
deviation: 0
tag: HIVE
- radius: 142
deviation: 0
tag: BEE
- radius: 142
deviation: 0
tag: DUST