summaryrefslogtreecommitdiffstats
path: root/contrib/example.toml
blob: ee6b462d587edd7448be33630342d42197ea4e66 (plain) (blame)
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
X = 193
Y = 175

[plants]
soilicon='~'
gapicon='_'
gapsize=12
farmableEdge=true

[plants.cantaloupe]
icon='C'
seedspacing = 28 #Space between seeds while in a row
rowspacing = 48 #Width of the row itself
rownum = 1 #Maximum number of rows for this plant, currently unused

[plants.bellpepper]
icon='B'
seedspacing = 12
rowspacing = 24
rownum = 1

[plants.sweetonion]
icon='E'
seedspacing = 6
rowspacing = 18
rownum = 1

[plants.strawberries]
icon='S'
seedspacing = 24
rowspacing = 24
rownum = 1 

[plants.watermelon]
icon='W'
seedspacing = 28
rowspacing = 48
rownum = 1