-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
26 changed files
with
418 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/Stories/Catalog/Cargo/cargo_livestock.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,9 @@ | ||
- type: cargoProduct | ||
id: LivestockSpaceKoi | ||
icon: | ||
sprite: Stories/Mobs/Aliens/Kois/red_black.rsi | ||
state: livestock_icon | ||
product: CrateNPCSpaceKoi | ||
cost: 5000 | ||
category: cargoproduct-category-name-livestock | ||
group: market |
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,18 @@ | ||
- type: entity | ||
id: CrateNPCSpaceKoi | ||
parent: CrateLivestock | ||
name: ящик космических кои | ||
description: Ящик, содержащий пять космических кои. | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: MobRedBlackKoi | ||
amount: 1 | ||
- id: MobGoldBlackKoi | ||
amount: 1 | ||
- id: MobRedCircleKoi | ||
amount: 1 | ||
- id: MobBloodSkeletonKoi | ||
amount: 1 | ||
- id: MobSpaceGlowKoi | ||
amount: 1 |
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/Stories/Entities/Markers/Spawners/mobs.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,18 @@ | ||
- type: entity | ||
name: спавнер космических кои | ||
id: SpawnSpaceKoi | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- sprite: Stories/Mobs/Aliens/Kois/red_black.rsi | ||
state: livestock_icon | ||
- state: ai | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobSpaceGlowKoi | ||
- MobRedBlackKoi | ||
- MobGoldBlackKoi | ||
- MobRedCircleKoi | ||
- MobBloodSkeletonKoi |
129 changes: 129 additions & 0 deletions
129
Resources/Prototypes/Stories/Entities/Mobs/NPCs/animals.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,129 @@ | ||
- type: entity | ||
name: космический кои | ||
id: BaseMobKoi | ||
parent: [ SimpleSpaceMobBase, FlyingMobBase ] | ||
description: Цветастая пародия на космического карпа, выглядит дружелюбно. | ||
abstract: true | ||
components: | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Stories/Mobs/Aliens/Kois/gold_black.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
- type: Physics | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 0.40 | ||
density: 80 | ||
mask: | ||
- FlyingMobMask | ||
layer: | ||
- FlyingMobLayer | ||
- type: MobState | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
40: Dead | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed: 2.5 | ||
baseSprintSpeed: 3.5 | ||
- type: Stamina | ||
critThreshold: 100 | ||
- type: DamageStateVisuals | ||
states: | ||
Alive: | ||
Base: alive | ||
Dead: | ||
Base: dead | ||
- type: Butcherable | ||
spawned: | ||
- id: FoodMeat | ||
amount: 1 | ||
- type: MeleeWeapon | ||
altDisarm: false | ||
angle: 0 | ||
animation: WeaponArcBite | ||
soundHit: | ||
path: /Audio/Effects/bite.ogg | ||
damage: | ||
types: | ||
Blunt: 1 | ||
Slash: 7 | ||
- type: TypingIndicator | ||
proto: alien | ||
- type: ReplacementAccent | ||
accent: genericAggressive | ||
- type: Speech | ||
speechVerb: LargeMob | ||
- type: InteractionPopup | ||
interactSuccessString: petting-success-carp | ||
interactFailureString: petting-failure-carp | ||
interactFailureSound: | ||
path: /Audio/Effects/bite.ogg | ||
- type: StaticPrice | ||
price: -800 | ||
|
||
|
||
- type: entity | ||
parent: BaseMobKoi | ||
id: MobRedBlackKoi | ||
suffix: "Красно-чёрный" | ||
components: | ||
- type: Sprite | ||
sprite: Stories/Mobs/Aliens/Kois/red_black.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
- type: entity | ||
parent: BaseMobKoi | ||
id: MobGoldBlackKoi | ||
suffix: "Чёрно-золотой" | ||
components: | ||
- type: Sprite | ||
sprite: Stories/Mobs/Aliens/Kois/gold_black.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
|
||
- type: entity | ||
parent: BaseMobKoi | ||
id: MobRedCircleKoi | ||
suffix: "Красный круг" | ||
components: | ||
- type: Sprite | ||
sprite: Stories/Mobs/Aliens/Kois/red_circle.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
|
||
- type: entity | ||
parent: BaseMobKoi | ||
id: MobBloodSkeletonKoi | ||
suffix: "Кровавый скелет" | ||
components: | ||
- type: Sprite | ||
sprite: Stories/Mobs/Aliens/Kois/blood_skeleton.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
- type: entity | ||
parent: BaseMobKoi | ||
id: MobSpaceGlowKoi | ||
suffix: "Космическое свечение" | ||
components: | ||
- type: Sprite | ||
sprite: Stories/Mobs/Aliens/Kois/space_glow.rsi | ||
layers: | ||
- map: [ "enum.DamageStateVisualLayers.Base" ] | ||
state: alive | ||
- map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ] | ||
state: unshaded | ||
shader: unshaded | ||
- type: PointLight | ||
radius: 1.2 | ||
energy: 2 | ||
color: "#4faffb" |
Binary file added
BIN
+3.23 KB
Resources/Textures/Stories/Mobs/Aliens/Kois/blood_skeleton.rsi/alive.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
+970 Bytes
Resources/Textures/Stories/Mobs/Aliens/Kois/blood_skeleton.rsi/dead.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
+422 Bytes
Resources/Textures/Stories/Mobs/Aliens/Kois/blood_skeleton.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.
43 changes: 43 additions & 0 deletions
43
Resources/Textures/Stories/Mobs/Aliens/Kois/blood_skeleton.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,43 @@ | ||
{ | ||
"version": 2, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by XcenLegend for Space Stories", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "alive", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
} | ||
] | ||
} |
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
+437 Bytes
Resources/Textures/Stories/Mobs/Aliens/Kois/gold_black.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.
43 changes: 43 additions & 0 deletions
43
Resources/Textures/Stories/Mobs/Aliens/Kois/gold_black.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,43 @@ | ||
{ | ||
"version": 2, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by XcenLegend for Space Stories", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "alive", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
} | ||
] | ||
} |
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
+935 Bytes
Resources/Textures/Stories/Mobs/Aliens/Kois/red_black.rsi/livestock_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions
46
Resources/Textures/Stories/Mobs/Aliens/Kois/red_black.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,46 @@ | ||
{ | ||
"version": 1, | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by XcenLegend for Space Stories", | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "livestock_icon" | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "alive", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
} | ||
] | ||
} |
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
+998 Bytes
Resources/Textures/Stories/Mobs/Aliens/Kois/red_circle.rsi/dead.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/Stories/Mobs/Aliens/Kois/red_circle.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.
43 changes: 43 additions & 0 deletions
43
Resources/Textures/Stories/Mobs/Aliens/Kois/red_circle.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,43 @@ | ||
{ | ||
"version": 2, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by XcenLegend for Space Stories", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "alive", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
], | ||
[ | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
} | ||
] | ||
} |
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
+442 Bytes
Resources/Textures/Stories/Mobs/Aliens/Kois/space_glow.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.
Oops, something went wrong.