-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chaplain Update: Other Religions and Trinkets
- Loading branch information
1 parent
b826e71
commit 4f88acb
Showing
30 changed files
with
250 additions
and
3 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
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
75 changes: 75 additions & 0 deletions
75
Resources/Prototypes/DeltaV/Entities/Objects/Specific/Chapel/bibles.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,75 @@ | ||
- type: entity | ||
parent: Bible | ||
id: Quran | ||
name: qur'an | ||
description: "Religious text of Space Islam with a decorated cover." | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Specific/Chapel/quran.rsi | ||
state: icon | ||
- type: Item | ||
size: Small | ||
sprite: Objects/Specific/Chapel/quran.rsi | ||
|
||
- type: entity | ||
parent: Bible | ||
id: Torah | ||
name: torah | ||
description: "A Torah scroll, hand written and carefully crafted for practicing Judaism." | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Specific/Chapel/torah.rsi | ||
state: icon | ||
- type: Item | ||
size: Small | ||
sprite: DeltaV/Objects/Specific/Chapel/torah.rsi | ||
|
||
- type: entity | ||
parent: Bible | ||
id: Tripitaka | ||
name: tripitaka | ||
description: "This book is an ancient collection of Buddhist sacred scriptures." | ||
components: | ||
- type: Sprite | ||
sprite: _Goobstation/Objects/Specific/Chapel/tripitaka.rsi | ||
- type: Item | ||
sprite: _Goobstation/Objects/Specific/Chapel/tripitaka.rsi | ||
|
||
- type: entity | ||
parent: Bible | ||
id: Bibble | ||
name: holy bibble | ||
description: "Every single page just says bibble in bold over and over and over..." | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Specific/Chapel/bible.rsi | ||
state: icon | ||
- type: Item | ||
size: Small | ||
sprite: Objects/Specific/Chapel/bible.rsi | ||
|
||
- type: entity | ||
parent: Bible | ||
id: PrideBible | ||
name: pride bible | ||
description: "Be gay! Do a crime!" | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Specific/Chapel/pridebible.rsi | ||
state: icon | ||
- type: Item | ||
size: Small | ||
sprite: DeltaV/Objects/Specific/Chapel/pridebible.rsi | ||
|
||
- type: entity | ||
parent: Bible | ||
id: RedditBible | ||
name: space reddit | ||
description: "True Atheism in text form... erm aktually-" | ||
components: | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Specific/Chapel/redditbible.rsi | ||
state: icon | ||
- type: Item | ||
size: Small | ||
sprite: DeltaV/Objects/Specific/Chapel/redditbible.rsi |
24 changes: 24 additions & 0 deletions
24
Resources/Prototypes/DeltaV/Entities/Objects/Specific/Chapel/religious.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,24 @@ | ||
- type: entity | ||
abstract: true | ||
parent: ClothingNeckBase | ||
id: ClothingRosary | ||
name: rosary | ||
description: "Set of beads and a cross commonly used by Space Catholics to resite prayers" | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: Clothing | ||
quickEquip: true | ||
slots: | ||
- neck | ||
- belt | ||
- type: Prayable | ||
bibleUserOnly: true | ||
- type: Armor # Only slight protection | ||
modifiers: | ||
coefficients: | ||
Heat: 0.05 | ||
- type: Sprite | ||
sprite: DeltaV/Objects/Specific/Chapel/rosary.yml | ||
- type: Clothing | ||
sprite: DeltaV/Objects/Specific/Chapel/rosary.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
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
Binary file added
BIN
+515 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/pridebible.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+537 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/pridebible.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+503 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/pridebible.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/DeltaV/Objects/Specific/Chapel/pridebible.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC BY-SA 4.0", | ||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a and edited Unkn0wnGh0st333 on github", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+380 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/redditbible.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+377 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/redditbible.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+412 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/redditbible.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/DeltaV/Objects/Specific/Chapel/redditbible.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC BY-SA 4.0", | ||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a and edited by Unkn0wnGh0st333 on github", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+356 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/rosary.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+528 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/rosary.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+408 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/rosary.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+455 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/rosary.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+457 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/rosary.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
Resources/Textures/DeltaV/Objects/Specific/Chapel/rosary.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,30 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC BY-SA 4.0", | ||
"copyright": "Sprited by Unkn0wnGh0st333 on github", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+376 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/torah.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+473 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/torah.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+469 Bytes
Resources/Textures/DeltaV/Objects/Specific/Chapel/torah.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/DeltaV/Objects/Specific/Chapel/torah.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC BY-SA 4.0", | ||
"copyright": "Sprited by Unkn0wnGh0st333 on github", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+379 Bytes
Resources/Textures/_Goobstation/Objects/Specific/Chapel/tripitaka.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.2 KB
...ces/Textures/_Goobstation/Objects/Specific/Chapel/tripitaka.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+387 Bytes
...es/Textures/_Goobstation/Objects/Specific/Chapel/tripitaka.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/_Goobstation/Objects/Specific/Chapel/tripitaka.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,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a and edited.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |