Daedalus Dock - Modules - TypesVar Details - Proc Details

hydroponics

Vars

current_tickA container to hold variable deltas to change between ticks.
growingPlant datum that is occupying this tray.
lastproduceLast time it was harvested
plant_healthIts health
recent_bee_visitHave we been visited by a bee recently, so bees dont overpollinate one plant
seedSeed growing in the tray
self_sustainingIf TRUE, automatically generate water.
self_sustaining_overlay_icon_stateThe icon state for the overlay used to represent that this tray is self-sustaining.
unwrenchableCan it be unwrenched to move?
using_irrigationAre we using an irrigation system.

Procs

adjust_plant_healthAdjust Health. Raises the tray's plant_health stat by a given amount, with total health determined by the seed's endurance.
plant_seedPlant a new plant using a given seed.
spawnplantSpawn Plant. Upon using strange reagent on a tray, it will spawn a killer tomato or killer tree at random.

Var Details

current_tick

A container to hold variable deltas to change between ticks.

growing

Plant datum that is occupying this tray.

lastproduce

Last time it was harvested

plant_health

Its health

recent_bee_visit

Have we been visited by a bee recently, so bees dont overpollinate one plant

seed

Seed growing in the tray

self_sustaining

If TRUE, automatically generate water.

self_sustaining_overlay_icon_state

The icon state for the overlay used to represent that this tray is self-sustaining.

unwrenchable

Can it be unwrenched to move?

using_irrigation

Are we using an irrigation system.

Proc Details

adjust_plant_health

Adjust Health. Raises the tray's plant_health stat by a given amount, with total health determined by the seed's endurance.

plant_seed

Plant a new plant using a given seed.

spawnplant

Spawn Plant. Upon using strange reagent on a tray, it will spawn a killer tomato or killer tree at random.