-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Books Add books PaperWork p. 3 4 and 5. Fix book Blood Money * Add new books * Add cockspike Add cockspike * Fix some shit * Change spawn chance and translate names * Update bookshelf.yml --------- Co-authored-by: Kirillcas <[email protected]>
- Loading branch information
Showing
9 changed files
with
325 additions
and
38 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
22 changes: 22 additions & 0 deletions
22
Resources/Prototypes/Backmen/Entities/Structures/Furniture/cock_spike.yml
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,22 @@ | ||
- type: entity | ||
name: cock spike | ||
id: CockSpike | ||
parent: SeatBase | ||
description: For all lovers of doing >w<. | ||
components: | ||
- type: Transform | ||
anchored: true | ||
- type: Physics | ||
bodyType: Static | ||
- type: Anchorable | ||
- type: Sprite | ||
sprite: Backmen/Structures/Furniture/cock_spike.rsi | ||
state: cock_spike | ||
- type: Strap | ||
position: Down | ||
rotation: -180 | ||
buckleSound: | ||
collection: MaleScreams | ||
- type: Construction | ||
graph: Seat | ||
node: chair |
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
Binary file added
BIN
+4.6 KB
Resources/Textures/Backmen/Structures/Furniture/cock_spike.rsi/cock_spike.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
Resources/Textures/Backmen/Structures/Furniture/cock_spike.rsi/meta.json
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,15 @@ | ||
{ | ||
"version" : 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from Skyrat-tg at commit https://github.com/Skyrat-SS13/Skyrat-tg/commit/ed4fbf117973dafea6e654bee7efdc2316bc2d8d ,modifed by Devian505.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states" : [ | ||
{ | ||
"directions" : 1, | ||
"name" : "cock_spike" | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -51,6 +51,9 @@ | |
}, | ||
{ | ||
"name": "paperwork_5" | ||
}, | ||
{ | ||
"name": "paperwork_6" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.