-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
665 changed files
with
974 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"author" : "Juni", | ||
"friendlyName" : "Neki", | ||
"includes" : ["bk3k_Techs", "bk3k_techHelper", "Elithian_Races_Mod", "Extended GUI", "MadTulips Spaceship Mod", "NekiText", "NekiTulips", "OmRaceTraits", "Tech Additions", "Wardrobe", "Windy Race [Health 1 Race]"], | ||
"includes" : ["bk3k_Techs", "bk3k_techHelper", "Elithian_Races_Mod", "Extended GUI", "Interactable Apex Pod", "MadTulips Spaceship Mod", "NekiText", "NekiTulips", "OmRaceTraits", "Tech Additions", "Usable Bathtubs", "Wardrobe", "Windy Race [Health 1 Race]"], | ||
"link" : "steam://url/CommunityFilePage/2611501999", | ||
"name" : "Neki", | ||
"steamContentId" : "2611501999", | ||
"tags" : "NPCs and Creatures|Weapons|Ships|Species|User Interface|Furniture and Objects|Mechanics|Armor and Clothes", | ||
"version" : "0.98.6" | ||
"version" : "0.98.7" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"itemName": "nekiholidaysleeves", | ||
"price": 1, | ||
"inventoryIcon": "icons.png:chest", | ||
"maxStack": 1, | ||
"rarity": "Uncommon", | ||
"category": "chestwear", | ||
"description": "Holiday paw-fluff!", | ||
"shortdescription": "Neki Holiday Sleeves", | ||
"tooltipKind": "nekiarmor", | ||
|
||
"maleFrames": { | ||
"body": "chest.png", | ||
"backSleeve": "bsleeve.png", | ||
"frontSleeve": "fsleeve.png" | ||
}, | ||
|
||
"femaleFrames": { | ||
"body": "chest.png", | ||
"backSleeve": "bsleeve.png", | ||
"frontSleeve": "fsleeve.png" | ||
}, | ||
|
||
"colorOptions": [ | ||
// RED | ||
{"ffca8a": "f4988c", "e0975c": "d93a3a", "a85636": "932625", "6f2919": "601119"}, | ||
// BLACK | ||
{"ffca8a": "838383", "e0975c": "555555", "a85636": "383838", "6f2919": "151515"}, | ||
// GREY | ||
{"ffca8a": "b5b5b5", "e0975c": "808080", "a85636": "555555", "6f2919": "303030"}, | ||
// WHITE | ||
{"ffca8a": "e6e6e6", "e0975c": "b6b6b6", "a85636": "7b7b7b", "6f2919": "373737"}, | ||
// RED | ||
{"ffca8a": "f4988c", "e0975c": "d93a3a", "a85636": "932625", "6f2919": "601119"}, | ||
// ORANGE | ||
{"ffca8a": "ffd495", "e0975c": "ea9931", "a85636": "af4e00", "6f2919": "6e2900"}, | ||
// YELLOW | ||
{"ffca8a": "ffffa7", "e0975c": "e2c344", "a85636": "a46e06", "6f2919": "642f00"}, | ||
// GREEN | ||
{"ffca8a": "b2e89d", "e0975c": "51bd3b", "a85636": "247824", "6f2919": "144216"}, | ||
// BLUE | ||
{"ffca8a": "96cbe7", "e0975c": "5588d4", "a85636": "344495", "6f2919": "1a1c51"}, | ||
// PURPLE | ||
{"ffca8a": "d29ce7", "e0975c": "a451c4", "a85636": "6a2284", "6f2919": "320c40"}, | ||
// PINK | ||
{"ffca8a": "eab3db", "e0975c": "d35eae", "a85636": "97276d", "6f2919": "59163f"}, | ||
// BROWN | ||
{"ffca8a": "ccae7c", "e0975c": "a47844", "a85636": "754c23", "6f2919": "472b13"} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"itemName": "nekiholidayskirt", | ||
"price": 1, | ||
"inventoryIcon": "icons.png:pants", | ||
"maxStack": 1, | ||
"rarity": "Uncommon", | ||
"category": "legwear", | ||
"description": "I look like a holiday!", | ||
"shortdescription": "Neki Holiday Skirt", | ||
"tooltipKind": "nekiarmor", | ||
|
||
"maleFrames": "pantsm.png", | ||
"femaleFrames": "pantsf.png", | ||
|
||
"colorOptions": [ | ||
// RED | ||
{"ffca8a": "f4988c", "e0975c": "d93a3a", "a85636": "932625", "6f2919": "601119"}, | ||
// BLACK | ||
{"ffca8a": "838383", "e0975c": "555555", "a85636": "383838", "6f2919": "151515"}, | ||
// GREY | ||
{"ffca8a": "b5b5b5", "e0975c": "808080", "a85636": "555555", "6f2919": "303030"}, | ||
// WHITE | ||
{"ffca8a": "e6e6e6", "e0975c": "b6b6b6", "a85636": "7b7b7b", "6f2919": "373737"}, | ||
// RED | ||
{"ffca8a": "f4988c", "e0975c": "d93a3a", "a85636": "932625", "6f2919": "601119"}, | ||
// ORANGE | ||
{"ffca8a": "ffd495", "e0975c": "ea9931", "a85636": "af4e00", "6f2919": "6e2900"}, | ||
// YELLOW | ||
{"ffca8a": "ffffa7", "e0975c": "e2c344", "a85636": "a46e06", "6f2919": "642f00"}, | ||
// GREEN | ||
{"ffca8a": "b2e89d", "e0975c": "51bd3b", "a85636": "247824", "6f2919": "144216"}, | ||
// BLUE | ||
{"ffca8a": "96cbe7", "e0975c": "5588d4", "a85636": "344495", "6f2919": "1a1c51"}, | ||
// PURPLE | ||
{"ffca8a": "d29ce7", "e0975c": "a451c4", "a85636": "6a2284", "6f2919": "320c40"}, | ||
// PINK | ||
{"ffca8a": "eab3db", "e0975c": "d35eae", "a85636": "97276d", "6f2919": "59163f"}, | ||
// BROWN | ||
{"ffca8a": "ccae7c", "e0975c": "a47844", "a85636": "754c23", "6f2919": "472b13"} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientmural/ancientmural1/ancientmural1.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientmural/ancientmural2/ancientmural2.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientmural/ancientmural3/ancientmural3.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientmural/ancientmural4/ancientmural4.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientmural/ancientmural5/ancientmural5.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientmural/ancientmural6/ancientmural6.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lot of glowy squiggles that don't even squiggle."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"I want to have claws that can scratch stone like this, too."}] | ||
[{"op":"add","path":"/nekiDescription","value":"I want to have claws that can scratch stone like this, too."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientpressureplate/ancientpressureplate.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"An ancient floor butt-on!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"An ancient floor butt-on!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Is the purrson carrying the boulder, or the boulder carrying the purrson?"}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight1/ancientstriplight1.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight10/ancientstriplight10.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight11/ancientstriplight11.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight12/ancientstriplight12.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight13/ancientstriplight13.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight2/ancientstriplight2.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This wall has a cozy glow."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This wall has a cozy glow."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight3/ancientstriplight3.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight4/ancientstriplight4.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight5/ancientstriplight5.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight6/ancientstriplight6.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight7/ancientstriplight7.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight8/ancientstriplight8.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light is making me feel calm and cozy."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientstriplight9/ancientstriplight9.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This wall has a cozy glow."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This wall has a cozy glow."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientswitchhidden/ancientswitchhidden.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This piece of floor smells funny."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This piece of floor smells funny."}] |
2 changes: 1 addition & 1 deletion
2
objects/ancient/ancientverticaldoor/ancientverticaldoor.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"An ancient floor-mouth."}] | ||
[{"op":"add","path":"/nekiDescription","value":"An ancient floor-mouth."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"I want in! But then out."}] | ||
[{"op":"add","path":"/nekiDescription","value":"I want in! But then out."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This light makes sneaking arround here more difficult."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This light makes sneaking arround here more difficult."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A huge stone purrson with very thin arms."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A huge stone purrson with very thin arms."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A huge monument to seafood!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"A huge monument to seafood!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This smoke has a strrong smell in more ways than one."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This smoke has a strrong smell in more ways than one."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This smoke makes me want to run away from here faster."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This smoke makes me want to run away from here faster."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Oh look, farts."}] |
1 change: 1 addition & 0 deletions
1
objects/ancientvault/largefloorspike/largefloorspike.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"An electric tooth!"}] |
1 change: 1 addition & 0 deletions
1
objects/ancientvault/smallfloorspike/smallfloorspike.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"An electric tooth!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A mother."}] | ||
[ | ||
[ | ||
{"op":"test","path":"/sitStatusEffects","inverse":true}, | ||
{"op":"add","path":"/sitStatusEffects","value":[]} | ||
], | ||
[ | ||
{"op":"add","path":"/nekiDescription","value":"A mother."}, | ||
{"op":"add","path":"/sitStatusEffects/-","value":"nekihideapexpod2"} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody's watching me, I must be impurrtant!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody's watching me, I must be impurrtant!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This thing is creepy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This thing is creepy."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"It says \"Benjamin 'Meuterion' Deust\". I wonder what he tasted like."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A stonepurrson named \"xOliver137\"."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Derrick looks delicious!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This flower is saying EUGH."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This flower is saying EUGH."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/genericpainting1/genericpainting1.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Ballface."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Ballface."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"The shiny egg is making me hungry."}] | ||
[{"op":"add","path":"/nekiDescription","value":"The shiny egg is making me hungry."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingapespeare/paintingapespeare.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Very beard, much wow."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Very beard, much wow."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingapexwithermine/paintingapexwithermine.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"There's one of these on the ship!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"There's one of these on the ship!"}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingbirthofapevenus/paintingbirthofapevenus.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A lady and her clam."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A lady and her clam."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingcreationofapepixel/paintingcreationofapepixel.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"The floating brain looks tasty!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"The floating brain looks tasty!"}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingcreationofpixel/paintingcreationofpixel.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"The floating brain looks tasty!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"The floating brain looks tasty!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"\"Look at my fork, my fork is amazing...\""}] | ||
[{"op":"add","path":"/nekiDescription","value":"\"Look at my fork, my fork is amazing...\""}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingmonalisa/paintingmonalisa.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"She looks like she has too much stick. Or not enough of it."}] | ||
[{"op":"add","path":"/nekiDescription","value":"She looks like she has too much stick. Or not enough of it."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingpearlearring/paintingpearlearring.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"She's... looking."}] | ||
[{"op":"add","path":"/nekiDescription","value":"She's... looking."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Me when no food."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Me when no food."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingshakespeare/paintingshakespeare.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Very beard, much wow."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Very beard, much wow."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/paintingstarrynight/paintingstarrynight.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Can I eat any of that?"}] | ||
[{"op":"add","path":"/nekiDescription","value":"Can I eat any of that?"}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/rainbowpainting/rainbowpainting.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Some lines on a cloth."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Some lines on a cloth."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/rainbowunicornstatue/rainbowunicornstatue.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A big horny horse!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"A big horny horse!"}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/sandstonestatueapex/sandstonestatueapex.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This purrson looks gritty."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This purrson looks gritty."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/sandstonestatueavian/sandstonestatueavian.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A sand birdpurrson, just as frragile as a real one."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A sand birdpurrson, just as frragile as a real one."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/sandstonestatuefloran/sandstonestatuefloran.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A sand plantpurrson."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A sand plantpurrson."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/sandstonestatueglitch/sandstonestatueglitch.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A sand metalpurrson, can't see my reflection in this one."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A sand metalpurrson, can't see my reflection in this one."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/sandstonestatuehuman/sandstonestatuehuman.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This purrson looks grainy."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This purrson looks grainy."}] |
2 changes: 1 addition & 1 deletion
2
objects/arttrophies/sandstonestatuehylotl/sandstonestatuehylotl.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A fishpurrson covered in sand. Maybe nomchy inside?"}] | ||
[{"op":"add","path":"/nekiDescription","value":"A fishpurrson covered in sand. Maybe nomchy inside?"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This purrson is not alive."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This purrson is not alive."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Alien sits for alien butts."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Alien sits for alien butts."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Khhhhhh..! This plant wall is alive!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"Khhhhhh..! This plant wall is alive!"}] |
1 change: 1 addition & 0 deletions
1
objects/biome/alien/alienglowplant1/alienglowplant1.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A glowy bush!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"This creature is pretending to be a table to deceive prey."}] | ||
[{"op":"add","path":"/nekiDescription","value":"This creature is pretending to be a table to deceive prey."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Rocky sits for rocky butts."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Rocky sits for rocky butts."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"A big rock for me to hop on."}] | ||
[{"op":"add","path":"/nekiDescription","value":"A big rock for me to hop on."}] |
2 changes: 1 addition & 1 deletion
2
objects/biome/bioluminescence/glowbushlamp/glowbushlamp.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"My own glowy bush!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"My own glowy bush!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Sits with a soothing glow."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Sits with a soothing glow."}] |
2 changes: 1 addition & 1 deletion
2
objects/biome/bioluminescence/glowflowerlamp/glowflowerlamp.object.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"My own glowy orifice!"}] | ||
[{"op":"add","path":"/nekiDescription","value":"My own glowy orifice!"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] | ||
[{"op":"add","path":"/nekiDescription","value":"Somebody somewhere purrobably lost connection."}] |
Oops, something went wrong.