Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
69 changes: 69 additions & 0 deletions Resources/Prototypes/_SIS/Entities/Mobs/NPCs/pipidastriki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
- type: entity
name: сущность
parent: MobXenoRunner
id: Monster1
components:
- type: Sprite
sprite: _SIS/Mobs/Aliens/Pipidastr/run.rsi
drawdepth: Mobs
offset: 0,0.6
- type: MeleeWeapon
damage:
types:
Slash: 3
Heat: 7
- type: StaminaDamageOnHit
damage: 35
- type: Puller
needsHands: false

- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatRouny
amount: 3

- type: entity
name: сущность
parent: MobXeno
id: Monster2
components:
- type: Sprite
sprite: _SIS/Mobs/Aliens/Pipidastr/queenn.rsi
drawdepth: Mobs
offset: 0,0.4
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: running
- type: MobThresholds
thresholds:
0: Alive
300: Dead
- type: SlowOnDamage
speedModifierThresholds:
150: 0.7
- type: MovementSpeedModifier
- type: MeleeWeapon
damage:
types:
Slash: 5
Heat: 10
Blunt: 5
- type: StaminaDamageOnHit
damage: 35
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.45
density: 15500
mask:
- MobMask
layer:
- MobLayer
- type: Tag
tags:
- CannotSuicide
- type: Puller
needsHands: false
27 changes: 27 additions & 0 deletions Resources/Prototypes/_SIS/Entities/StatusEffects/weather.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: entity
parent: WeatherBase
id: PoppyPlayTime
components:
- type: WeatherStatusEffect
sprite:
sprite: /Textures/_SIS/Effects/weater.rsi
state: empty
sound:
path: /Audio/_SIS/Effects/Weather/poppy.ogg
params:
loop: true
volume: -9

- type: entity
parent: WeatherBase
id: light
components:
- type: WeatherStatusEffect
sprite:
sprite: /Textures/_SIS/Effects/weater.rsi
state: empty
sound:
path: /Audio/_SIS/Effects/Weather/light.ogg
params:
loop: true
volume: -1
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 Resources/Textures/_SIS/Effects/weater.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 1,
"copyright": "NACRAL",
"license": "CC-BY-SA-3.0",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "empty"
}
]
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://gitlab.com/cmdevs/colonial-warfare/-/tree/dev/icons/mob/xenonids",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "running",
"directions": 4
},
{
"name": "dead"
}
]
}
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.
18 changes: 18 additions & 0 deletions Resources/Textures/_SIS/Mobs/Aliens/Pipidastr/run.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://gitlab.com/cmdevs/colonial-warfare/-/tree/dev/icons/mob/xenonids",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "running",
"directions": 4
},
{
"name": "dead"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading