Compare commits
No commits in common. "91cad26aac9c0d92f4d8777dd3f1a2a9e96780b7" and "48d0d950446a480ac1a8dd6733722e46ca7950e3" have entirely different histories.
91cad26aac
...
48d0d95044
1100
ngd-pacific.md
1100
ngd-pacific.md
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
||||||
title: ngd-tequila
|
title: ngd-tequila
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2025-03-15T20:52:04.076Z
|
date: 2025-02-22T15:29:50.973Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2025-02-09T17:48:34.340Z
|
dateCreated: 2025-02-09T17:48:34.340Z
|
||||||
|
@ -64,6 +64,16 @@ 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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user