Compare commits

..

2 Commits

Author SHA1 Message Date
91cad26aac docs: update ngd-tequila 2025-03-15 13:52:06 -07:00
d52122fb90 docs: create ngd-pacific 2025-03-15 13:51:45 -07:00
2 changed files with 1101 additions and 11 deletions

1100
ngd-pacific.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
title: ngd-tequila title: ngd-tequila
description: description:
published: true published: true
date: 2025-02-22T15:29:50.973Z date: 2025-03-15T20:52:04.076Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-02-09T17:48:34.340Z dateCreated: 2025-02-09T17:48:34.340Z
@ -64,16 +64,6 @@ tequilala = {
## QBX ## QBX
```lua ```lua
pillboxfood = {
label = 'Pillbox Food',
type = 'pillboxfood',
defaultDuty = false,
offDutyPay = false,
grades = {
[0] = { name = 'Employee', payment = 25 },
[1] = { name = 'Owner', payment = 75, isboss = true },
},
},
tequilala = { tequilala = {
label = 'Tequila-La', label = 'Tequila-La',
type = 'teauilala', type = 'teauilala',