summaryrefslogtreecommitdiff
path: root/files/itemtool/itemdata/nuts_data.json.txt
blob: c728ff265a0c753e0b5b5822e5796cc13692ae55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{{ doNotModifyHeader }}

#include "global.h"
#include "nutdata.h"

u32 __size = sizeof(struct NutData);

const struct NutData __data[] = {
## for nut in nuts_data
	{ // {{ nut.name }}
		{{ nut.size }},
		{{ nut.firmness }},
		{{ nut.yieldCategory }},
		{{ nut.stageDuration }},
		{{ nut.unk5 }},
		{{ nut.spicy }},
		{{ nut.dry }},
		{{ nut.sweet }},
		{{ nut.bitter }},
		{{ nut.sour }},
		{{ nut.smoothness }}
	},
## endfor
};