Skip to content

Commit

Permalink
Merge branch 'master' into furniture
Browse files Browse the repository at this point in the history
  • Loading branch information
Filokini authored Sep 19, 2024
2 parents 3422bba + 1356caa commit e2e458d
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Changelog/1ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3085,3 +3085,8 @@ Entries:
в комнате ожидания, двумя тематическими картинами.', type: Add}
time: '2024-09-19T01:08:46Z'
id: 364
- author: PyotrIgn
changes:
- {message: Обновлена карта Alley, type: Tweak}
time: '2024-09-19T14:04:42Z'
id: 365
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/ADT/personalization.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,7 @@ ent-ADTClothingOuterCoatMaki = Пальто Хонкоматери
ent-ADTUrogCrowbarGold = Золотой лом Урог-Джаха
.desc = На ломе гравировка "Пиши заявку, сука!!!"
.suffix = { "Именное, Vladylya" }
ent-ADTOwlScimitar = Совиный клинок
.desc = Увесистый клинок, схожий со скимитарами давно ушедшей эпохи, с выжженой на рукояти совой. Побит временем, но всё так же рвётся в бой.
.suffix = Именное, Filo
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@
- Katana
- type: DisarmMalus


# dedurog / Урог-Джаха
- type: entity
name: Urog-Djah's gold crowbar
Expand All @@ -967,3 +968,32 @@
sprite: ADT/Personalization/gold-crowbar.rsi
size: Normal
heldPrefix: gold

# for Filo
- type: entity
name: Owl's Scimitar
parent: BaseItem
id: ADTOwlScimitar
suffix: Filo
description:
components:
- type: Sharp
- type: Sprite
sprite: ADT/Personalization/owl_scimitar/icon.rsi
state: icon
scale: 0.66, 0.66
- type: MeleeWeapon
attackRate: 0.9
damage:
types:
Slash: 24
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Clothing
sprite: ADT/Personalization/owl_scimitar/other.rsi
slots:
- Belt
- type: Item
size: Huge
sprite: ADT/Personalization/owl_scimitar/other.rsi
- type: DisarmMalus
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,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by discord:filokini",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by discord:filokini",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

0 comments on commit e2e458d

Please sign in to comment.