add: fluff (#307)
This commit is contained in:
@@ -890,6 +890,32 @@
|
|||||||
sprite: White/Fluff/Geraldiy/stamp.rsi
|
sprite: White/Fluff/Geraldiy/stamp.rsi
|
||||||
state: stamp-geraldiy
|
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
|
# KnifeCappy
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterStorageBase
|
parent: ClothingOuterStorageBase
|
||||||
|
|||||||
@@ -325,6 +325,11 @@
|
|||||||
entity: GeraldiyRubberStamp
|
entity: GeraldiyRubberStamp
|
||||||
sponsorOnly: true
|
sponsorOnly: true
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: GeraldiyArmblade
|
||||||
|
entity: GeraldiyAncientBlade
|
||||||
|
sponsorOnly: true
|
||||||
|
whitelistJobs: [Chaplain]
|
||||||
# KnifeCappy
|
# KnifeCappy
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
|
|||||||
BIN
Resources/Textures/White/Fluff/Geraldiy/blade.rsi/icon.png
Normal file
BIN
Resources/Textures/White/Fluff/Geraldiy/blade.rsi/icon.png
Normal file
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 |
22
Resources/Textures/White/Fluff/Geraldiy/blade.rsi/meta.json
Normal file
22
Resources/Textures/White/Fluff/Geraldiy/blade.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user