> For the complete documentation index, see [llms.txt](https://advanced.rvgames.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://advanced.rvgames.company/character-classes/gong-farmer.md).

# Galactic Gong Farmer

***Written by Christian Sorell (MeatCastle GameWare)***

Mankind has always needed someone to clean up its shit. In the old days, it was easy enough to dig a hole or piss downstream, but but now, all that waste is bottled up inside vaccsuits and septic systems. For years, you've made a living collecting that shit; emptying tanks, hauling it across systems, and selling it to fertilizer and biotech corps across the galaxy.

| Detail                | Description                                                                |
| --------------------- | -------------------------------------------------------------------------- |
| ***Stats***           | +10 Strength, +10 Speed, +30 Body Save                                     |
| ***Trauma Response*** | Deep Stink: Body Saves made by Nearby friendly character are made at \[-]. |
| ***Skills***          | Industrial Equipment, Jury-Rigging, Chemistry, Mechanical Repair.          |

| d10 | Loadout                                                                 |
| --- | ----------------------------------------------------------------------- |
| 1   | Pipe Wrench (1d5 DMG), Neck Gaiter, Standard Crew Attire (AP 1)         |
| 2   | Hand Welder, Bottle Opener, Chemlight (×5), Standard Crew Attire (AP 1) |
| 3   | Heavy Hose, Rebreather, Water Filtration Device, Jumpsuit (AP 0)        |
| 4   | Sewage Gun (Body Save or vomit), Waste Tank, Hazard Suit (AP 5)         |
| 5   | Flare Gun (3 flares), Geiger Counter, Hazard Suit (AP 5), Oxygen Tank   |
| 6   | Multi Tool, Rag, T-shirt: "It's shit work, but somebody's gotta do it!" |
| 7   | Rigging Gun, Waterproof Pipe Patches, Vaccsuit (AP 3), Mag-boots        |
| 8   | Power Plunger (Close, 1d5), Sample Kit, Hazard Suit (AP 5)              |
| 9   | Disinfectant Spray, Santizer Wipes, Deodorizer, Vaccsuit (AP 3)         |
| 10  | Rusty revolver (1d10 DMG), Stimpak (×3), Cigar (×2), Vaccsuit (AP 3)    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://advanced.rvgames.company/character-classes/gong-farmer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
