Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
patmanf committed Aug 14, 2022
0 parents commit d45603e
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version" : "1.0",
"author" : "patman",
"tags" : "Miscellaneous|Food and Farming",
"description" : "gives the pizza a Pronoun . \n\nthats it\n\n\n[url=https://discord.gg/GdsQSgV][img]https://i.imgur.com/wXjYMqP.gif[/img][/url]\n[url=https://www.patreon.com/pathiccstar][img]https://i.imgur.com/uyG8oTa.gif[/img][/url]\n[url=https://link.clashofclans.com/en?action=OpenClanProfile&tag=2QCU2R9GP][img]https://i.imgur.com/xVfcRRH.gif[/img][/url]\n\n\n\nlog by bolb",
"name" : "pat_pronounpizza",
"friendlyName" : "pronoun pizza",
"steamContentId" : "2848976503",
"link" : "steam://url/CommunityFilePage/2848976503",
"includes" : ["Whole Pizzas"]
}
17 changes: 17 additions & 0 deletions items/generic/food/pat_pronounpizza.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-- of course you have blue hair and pronouns

require "/items/buildscripts/buildfood.lua"
local oldbuild = build

function build(d,c,p,...)
if oldbuild then c,p = oldbuild(d,c,p,...) end

if not p.pat_pronouns then
local list = root.assetJson("/items/generic/food/pat_pronounpizza.sussy")

p.pat_pronouns = list[math.random(1, #list)]
p.shortdescription = p.pat_pronouns.."^reset; "..string.lower(p.shortdescription or c.shortdescription)
end

return c,p
end
9 changes: 9 additions & 0 deletions items/generic/food/pat_pronounpizza.sussy
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
"he/him",
"she/her",
"they/them",
"he/they",
"she/they",
"it/its",
"they/xey/nya/it"
]
7 changes: 7 additions & 0 deletions items/generic/food/tier2/pizza.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier2/pizzaslice.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier3/pineapplepizza.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier3/pineapplepizzaslice.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier5/8gbpizzap.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier5/piodia.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier5/whole8gbpizzap.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]
7 changes: 7 additions & 0 deletions items/generic/food/tier5/wholepiodia.consumable.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"op" : "replace",
"path" : "/builder",
"value" : "/items/generic/food/pat_pronounpizza.lua"
}
]

0 comments on commit d45603e

Please sign in to comment.