gta6/prompts
medical
Vaultadvancedmedical

Bodypart Wound Model — Limb Damage, Aim & Movement Debuffs

ESX/QB per-limb wound model that tracks head/torso/arm/leg damage server-side and applies movement, aim-sway and screen debuffs until each limb is individually treated.

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
~84 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

An advanced per-limb wound model for ESX or QB servers: each of head, torso, arms and legs tracks damage independently and applies the matching debuff — slowed gait from leg wounds, no-sprint from arm wounds, a screen timecycle from head trauma — until that specific limb is treated. Servers sell this because it is the realism backbone that turns a one-button revive into a genuine injury simulation.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

🔒 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 lives at content/expected-outputs/medical/01-bodypart-wound-model.lua. It implements a six-limb wound table owned server-side, a client sync handler that re-applies…

🔒 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-trusted wounds — Claude clears limbs locally; keep the authoritative table server-side keyed by source and only honor treats on truly-wounded limbs.
  • Anim before loadTaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + a HasAnimDictLoaded wait loop.
  • One-sided net event — defining wounds:sync on only one side means debuffs never re-apply on resync; both sides use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Move the entire wound table to server.lua keyed by source, only clear a limb in wounds:treat when the server confirms it was wounded, and re-push the full state with TriggerClientEvent on every change so debuffs survive a resource restart."

Framework Integration

  • ESX: local ESX = exports['es_extended']:getSharedObject(); resolve identity via ESX.GetPlayerFromId(src).
  • QBCore: local QBCore = exports['qb-core']:GetCoreObject(); resolve with QBCore.Functions.GetPlayer(src) and store on Player.PlayerData.metadata.
  • QBox: use exports.qbx_core:GetPlayer(src) and the same metadata accessor for persistence.

Profit Potential

$400–$6000/mo on Tebex (expected ~$1500). [INFERRED] within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), boosted for a hot medical-realism niche.

Trend Signal

🔥 hot — corpus: Limb-damage model is the backbone of the dominant medical sellers the scraper targets (wasabi_ambulance, pmms, qb-ambulancejob); Cfx Releases velocity high.

Sales Angle

Position as the realism backbone every serious EMS server needs — the per-limb debuff layer is what justifies a premium ambulance overhaul over a one-button revive. Recommended Tebex price $329.

Difficulty & Ship Time

advanced · ships in 1-2 days.