Skip to content

Commit 31ae0a9

Browse files
committed
Merge branch 'dev'
2 parents 1a5b934 + 847ff96 commit 31ae0a9

3 files changed

Lines changed: 630 additions & 565 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@
186186
- `IndividualItemStackMultipliers` - Accepts "item_id": multiplier. Use stacksizecontroller.itemsearch to find the item id easily.
187187
- `IndividualItemStackSize` - Where you define specific stack sizes for each individual item.
188188

189-
## Data
189+
## Developer Hooks
190190

191-
No data files are used except vanilla-defaults which is overriden everytime the plugin loads. You're welcome to edit it, but that'd be a waste of time.
191+
#### OnVendorHeliFuelAdjust
192+
193+
- Called when a heli has spawned at a vendor, and this plugin is about to reset its fuel amount to 100
194+
- Returning `false` will prevent the fuel from being adjusted
195+
- Returning `null` will result in the default behavior
196+
197+
```csharp
198+
bool? OnVendorHeliFuelAdjust(MiniCopter heli)
199+
```

0 commit comments

Comments
 (0)