Skip to content

Commit

Permalink
Merge pull request #215 from AserCreator/master
Browse files Browse the repository at this point in the history
небольшие фиксы
  • Loading branch information
FaDeOkno authored Dec 13, 2023
2 parents f932ec3 + 59629a1 commit 8974982
Show file tree
Hide file tree
Showing 15 changed files with 174 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -785,3 +785,11 @@ Entries:
- {message: Куртки больше не дают абсолютную защиту от холода, type: Tweak}
id: 55632 #костыль отображения в Обновлениях
time: '2023-12-12T04:20:00.0000000+00:00'

- author: Aserovich
changes:
- {message: Куртки начали согревать, type: Fix}
- {message: Поправил текст при попытке погладить сумеречника, type: Fix}
- {message: Добавил кота Гарфилда от nupiya, type: Add}
id: 55633 #костыль отображения в Обновлениях
time: '2023-12-13T04:20:00.0000000+00:00'
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ hugging-success-generic = Вы обнимаете { $target }.
hugging-success-generic-others = { CAPITALIZE($user) } обнимает { $target }.
fence-rattle-success = *бдзынь*
hugging-success-generic-target = { CAPITALIZE($user) } обнимает вас.
petting-success-soft-floofy-others = { CAPITALIZE($user) } гладит { $target }.
41 changes: 41 additions & 0 deletions Resources/Prototypes/NES/Nes_mobs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#NES мобы

- type: entity
name: Гарфилд
parent: MobCat
id: MobCatGarfield
description: Его явно откормили этими лазаньями.
components:
- type: NpcFactionMember
factions:
- PetsNT
- type: HTN
rootTask:
task: SimpleHostileCompound
- type: Sprite
drawdepth: Mobs
sprite: NES/Mobs/garfield.rsi #Спрайт nupiya
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: cat
- map: [ "head" ]
- type: Grammar
attributes:
gender: epicene
- type: Tag
tags:
- CannotSuicide
- VimPilot

- type: entity
name: спавн Гарфилда
id: SpawnMobCatGarfield
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: ai
- type: ConditionalSpawner
prototypes:
- MobCatGarfield
Binary file added Resources/Textures/NES/Mobs/garfield.rsi/cat.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.
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 Resources/Textures/NES/Mobs/garfield.rsi/cat_sit.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 Resources/Textures/NES/Mobs/garfield.rsi/cattag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 124 additions & 0 deletions Resources/Textures/NES/Mobs/garfield.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "discord #nupiya",
"states": [
{
"name": "cat",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "cat_dead",
"delays": [
[
1
]
]
},
{
"name": "cat_deadcollar",
"delays": [
[
1
]
]
},
{
"name": "cat_deadtag",
"delays": [
[
1
]
]
},
{
"name": "cat_rest",
"delays": [
[
0.1,
0.2,
0.1,
0.2
]
]
},
{
"name": "cat_restcollar",
"delays": [
[
1
]
]
},
{
"name": "cat_resttag",
"delays": [
[
1
]
]
},
{
"name": "cat_sit",
"delays": [
[
1
]
]
},
{
"name": "catcollar",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "cattag",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}
Binary file modified Resources/Textures/Parallaxes/NES/NebulaRed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8974982

Please sign in to comment.