[[開発/datファイル記述リファレンス]]

**tree(木) [#ode14ad0]
|RIGHT:~obj=|>|tree|
|RIGHT:~name=|>|木の名前。|
|RIGHT:~Height=|>|木の高さ??おそらく標高。pak64では0-6が使われている。数字が小さいほど低地でも出現する|
|RIGHT:~Image[]=|>|画像の指定。最初が一番小さい木、3が一番大きく生き生きとした木、最後が年老いた木(枯れ木)|
|~|通年|[0][1][2][3][4]|
|~|二季|[0][1][2][3][4]春夏秋&br;[5][6][7][8][9]冬|
|~|四季|[0][1][2][3][4]夏&br;[5][6][7][8][9]秋&br;[10][11][12][13][14]冬&br;[15][16][17][18][19]春|


~ 例)
 Obj=tree
 Name=X'maxTree
 Height=0
 Image[0][0]=X'maxTree.0.0
 Image[1][0]=X'maxTree.0.1
 Image[2][0]=X'maxTree.0.2
 Image[3][0]=X'maxTree.0.3
 Image[4][0]=X'maxTree.0.4