add: fluff (#307)

This commit is contained in:
ThereDrD0
2024-05-16 01:42:45 +03:00
committed by GitHub
parent 4cdb214478
commit 38ef94d7fb
6 changed files with 53 additions and 0 deletions

View File

@@ -890,6 +890,32 @@
sprite: White/Fluff/Geraldiy/stamp.rsi
state: stamp-geraldiy
- type: entity
parent: BaseItem
id: GeraldiyAncientBlade
name: клинок древних
description: Большой клинок, заменяющий руку. Состоит из материала, похожего на пласталь. Клинок покрыт экзотическими частицами, непонятными человеческому разуму. Кто в здравом уме пойдет против обладателя этого клинка?..
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/Geraldiy/blade.rsi
state: icon
- type: Item
sprite: White/Fluff/Geraldiy/blade.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: -135
damage:
types:
Slash: 24
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: HolyWeapon
- type: Unremoveable
deleteOnDrop: true
- type: Sharp
- type: DisarmMalus
# KnifeCappy
- type: entity
parent: ClothingOuterStorageBase

View File

@@ -325,6 +325,11 @@
entity: GeraldiyRubberStamp
sponsorOnly: true
- type: loadout
id: GeraldiyArmblade
entity: GeraldiyAncientBlade
sponsorOnly: true
whitelistJobs: [Chaplain]
# KnifeCappy
- type: loadout

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "White Dream",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}