Skip to content

Commit

Permalink
Merge branch 'master' into revert_reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored May 20, 2024
2 parents 1d499fe + 7d446f7 commit 4bde3f4
Show file tree
Hide file tree
Showing 32 changed files with 255 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.203

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.203

- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.203
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
8 changes: 7 additions & 1 deletion Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1777,12 +1777,18 @@ Entries:
changes:
- {message: "Добавлена замена '??' в тексте сообщения на 'вопросительно смотрит' эмоцией.", type: Add}
id: 55749 #костыль отображения в Обновлениях

- author: username228
changes:
- {message: "Лучшие ксенобиологи NanoTrasen смогли вернуть к жизни один из вымерших инопланетных видов - Слизнекошек с Дождливой планеты! Теперь у работников корпорации появляется уникальнейшая возможность лицезреть этих очаровательных созданий в живую, а так же завести себе как питомца!", type: Add}
id: 55750 #костыль отображения в Обновлениях
time: '2024-05-10T20:25:00.0000000+00:00'


- author: Петр Игнатьевич
changes:
- {message: "Куличи в Гетмор Шоколаде - закончились.", type: Remove}
- {message: "Добавлена наши модификации карт Аврит, Ориджин и Трейн.", type: Add}
- {message: "Частично пофикшена видимость невидимок визорами.", type: Fix}
id: 55750 #костыль отображения в Обновлениях
id: 55751
time: '2024-05-13T08:20:00.0000000+00:00'
151 changes: 151 additions & 0 deletions Resources/Prototypes/ADT/Entities/Mobs/SlugCats/slugcat.yml
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
4 changes: 3 additions & 1 deletion Resources/Prototypes/ADT/Recipes/Reactions/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
amount: 1
Oxygen:
amount: 1
Sodium:
amount: 1
products:
Vitamin: 3

Expand All @@ -157,7 +159,7 @@
reactants:
Water:
amount: 2
Vinegar: #тут не совсем должен быть уксус, а формальдегит. Но в таком случае придётся делать ещё один препарат от гниения.
Vinegar: #тут не совсем должен быть уксус, а формальдегит. Но в таком случае придётся делать ещё один препарат от гниения.
amount: 1
Iron:
amount: 1
Expand Down
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.
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.
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.
89 changes: 89 additions & 0 deletions Resources/Textures/ADT/Mobs/Animals/slug-cat.rsi/meta.json
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.
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.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature"
"version": "8.0.203",
"rollForward": "disable"
}
}

0 comments on commit 4bde3f4

Please sign in to comment.