-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #688 from Us3rn4me228/slug-cats
Слизнекотики (#688)
- Loading branch information
Showing
27 changed files
with
256 additions
and
2 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
151 changes: 151 additions & 0 deletions
151
Resources/Prototypes/ADT/Entities/Mobs/SlugCats/slugcat.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,151 @@ | ||
- type: entity | ||
name: Slug cat | ||
parent: SimpleMobBase | ||
id: ADTMobSlugCatCreek | ||
description: An amazing creature that looks like a cat and a slug at the same time. But it's not a slug, it's a very different creature. The pride of xenobiology. Very agile and intelligent, they come from a planet with a dangerous habitat. Loves spears. | ||
components: | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: ADT/Mobs/Animals/slug-cat.rsi | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: creek | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 0.35 | ||
density: 15 | ||
mask: | ||
- MobMask | ||
layer: | ||
- MobLayer | ||
- type: Tag | ||
tags: | ||
- DoorBumpOpener | ||
- type: Appearance | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: creek | ||
Dead: | ||
Base: dead-creek | ||
- type: Butcherable | ||
spawned: | ||
- id: FoodMeat | ||
amount: 1 | ||
#insert ur resting component here | ||
- type: InteractionPopup | ||
successChance: 0.8 | ||
interactSuccessString: petting-success-cat | ||
interactFailureString: petting-failure-generic | ||
interactSuccessSpawn: EffectHearts | ||
# interactSuccessSound: | ||
# path: /Audio/Animals/cat_meow.ogg | ||
# interactFailureSound: | ||
# path: /Audio/Animals/cat_hiss.ogg | ||
- type: Speech | ||
speechSounds: Cat | ||
speechVerb: SmallMob | ||
- type: ReplacementAccent | ||
accent: cat | ||
- type: Grammar | ||
attributes: | ||
gender: epicene | ||
- type: MobPrice | ||
price: 200 | ||
- type: SentienceTarget | ||
flavorKind: station-event-random-sentience-flavor-organic | ||
- type: NpcFactionMember | ||
factions: | ||
- Passive | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
40: Dead | ||
- type: MeleeWeapon | ||
damage: | ||
types: | ||
Blunt: 2.5 | ||
|
||
- type: entity | ||
name: Slug cat | ||
parent: ADTMobSlugCatCreek | ||
id: ADTMobSlugCatHoly | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: holy | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: holy | ||
Dead: | ||
Base: dead-holy | ||
|
||
|
||
- type: entity | ||
name: Slug cat | ||
parent: ADTMobSlugCatCreek | ||
id: ADTMobSlugCatMonk | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: monk | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: monk | ||
Dead: | ||
Base: dead-monk | ||
|
||
- type: entity | ||
name: Slug cat | ||
parent: ADTMobSlugCatCreek | ||
id: ADTMobSlugCatSonfariel | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: sonfariel | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: sonfariel | ||
Dead: | ||
Base: dead-sonfariel | ||
|
||
- type: entity | ||
name: Slug cat | ||
parent: ADTMobSlugCatCreek | ||
id: ADTMobSlugCatSpearMaster | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: spear-master | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: spear-master | ||
Dead: | ||
Base: dead-spear-master | ||
|
||
- type: entity | ||
name: Slug cat | ||
parent: ADTMobSlugCatCreek | ||
id: ADTMobSlugCatTechnician | ||
components: | ||
- type: Sprite | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: technician | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: technician | ||
Dead: | ||
Base: dead-technician |
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.
Binary file added
BIN
+495 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/dead-sonfariel.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
+442 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/dead-spear-master.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
+381 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/dead-technician.png
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.
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
+611 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/icon-sonfariel.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/ADT/Mobs/Animals/slug-cat.rsi/icon-spear-master.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/ADT/Mobs/Animals/slug-cat.rsi/icon-technician.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions
89
Resources/Textures/ADT/Mobs/Animals/slug-cat.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,89 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by #boctonskuitea (discord)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon-creek" | ||
}, | ||
{ | ||
"name": "icon-holy" | ||
}, | ||
{ | ||
"name": "icon-monk" | ||
}, | ||
{ | ||
"name": "icon-sonfariel" | ||
}, | ||
{ | ||
"name": "icon-spear-master" | ||
}, | ||
{ | ||
"name": "icon-technician" | ||
}, | ||
{ | ||
"name": "creek-rest" | ||
}, | ||
{ | ||
"name": "holy-rest" | ||
}, | ||
{ | ||
"name": "monk-rest" | ||
}, | ||
{ | ||
"name": "sonfariel-rest" | ||
}, | ||
{ | ||
"name": "spear-master-rest" | ||
}, | ||
{ | ||
"name": "technician-rest" | ||
}, | ||
{ | ||
"name": "creek", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "holy", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "monk", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "sonfariel", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "spear-master", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "technician", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead-creek" | ||
}, | ||
{ | ||
"name": "dead-holy" | ||
}, | ||
{ | ||
"name": "dead-monk" | ||
}, | ||
{ | ||
"name": "dead-sonfariel" | ||
}, | ||
{ | ||
"name": "dead-spear-master" | ||
}, | ||
{ | ||
"name": "dead-technician" | ||
} | ||
] | ||
} |
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.
Binary file added
BIN
+449 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/sonfariel-rest.png
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.
Binary file added
BIN
+450 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/spear-master-rest.png
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.
Binary file added
BIN
+305 Bytes
Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/technician-rest.png
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.