dol吧 关注:166,990贴子:968,802
  • 1回复贴,共1

一键播种言灵(限蔬菜)

只看楼主收藏回复

<<set _location to "farm">>
<<for _plantType range $plants_known>>
<<if setup.plants[lbk]_plantType[rbk].type is "vegetable">>
<<set $_plant to setup.plants[lbk]_plantType[rbk]>>
<<set _textout to "全部种植" + $_plant.plural>>
<<set _bedsString to "<<set _plantbeds to $plots[lbk]'"+_location+"'[rbk].filter(plot => plot.stage === 0 && plot.till >= 1)>>">>
<<if _textout isnot "">>
<<print "<<link _textout $passage>>"+_bedsString+"<<for _plantbed range _plantbeds>>
<<if _plantbed.bed is '"+$_plant.bed+"'>><<run plantSeedsInPlot(_plantbed, '"+_plantType+"')>>
<</if>>
<</for>>
<</link>>">>
<</if>>
<<if $statdisable is "f">>
<span class="orange">(<<print $_plant.days>>天)<br></span>
<</if>><</if>>
<</for>>


IP属地:湖南来自Android客户端1楼2024-08-13 23:56回复
    大佬。。更改变量报错了怎么办呀。。😭


    IP属地:云南来自Android客户端6楼2024-12-25 20:37
    回复