gta6/prompts
jobs
Vaultintermediatejobs

Cannabis Grow-Op — Indoor Cultivation & Curing

QBCore indoor grow-op: server-ticked plants whose potency is driven by balancing light, water and heat, then a harvest-and-cure step that converts yield to sellable product.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~110 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A QBCore indoor grow-op: a player places plants in a tent and tends them by balancing light, water and heat, with the server ticking growth and accumulating a potency score from how well the inputs are kept in range. At maturity the player harvests and runs a cure step that converts raw yield into graded, sellable product — a craft loop that stands apart from open-field farming and from plain dealer zones.

Prompt Template

You are writing a FiveM resource for QBCore (latest qb-core, GetCoreObject export).

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

The reference Lua at content/expected-outputs/jobs/25-cannabis-growop-cultivate-cure.lua implements server-ticked growth, a potency score driven by clamped care inputs, and a harvest+cure step that…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Client growth timer — advancing stages on the client lets a modder harvest instantly; tick growth in a server thread.
  • Unclamped care inputs — trusting raw water/light/heat values forces perfect potency; clamp them server-side before applying.
  • Unloaded anim dict — the watering anim T-poses if played before HasAnimDictLoaded.

Corrective re-prompt: "Move all stage and potency math into the server tick thread, clamp every incoming water/light/heat value with math.max/math.min to its ideal band before it can affect potency, and gate grow:harvest on the server-stored stage == mature and owner == src."

Framework Integration

  • ESX: ESX.GetPlayerFromId(source), xPlayer.addInventoryItem("weed_raw", n), xPlayer.addInventoryItem("weed_cured", n).
  • QBCore: QBCore.Functions.GetPlayer(source), Player.Functions.AddItem("weed_cured", n, false, { grade = tier }).
  • QBox: exports.qbx_core:GetPlayer(source) and ox_inventory exports for plant items if installed.

Profit Potential

$80–$1200/mo on Tebex (expected ~$300). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100), scaled down for a saturated grow-op niche.

Trend Signal

saturated — inferred: Indoor grow-ops (environmental-balance + cure) are a crowded illegal niche; high demand, distinct from open-field farming and from dealer buy/sell zones.

Sales Angle

Differentiate a crowded niche with a genuine environmental-balance potency curve and a cure conversion step, not a flat grow timer. Recommended Tebex price $99.

Difficulty & Ship Time

intermediate · ships in 1-2 days.