Skip to content

Commit

Permalink
добавление именных вещичек, недоделано
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolper committed Aug 30, 2024
1 parent f852841 commit 13c24bb
Show file tree
Hide file tree
Showing 33 changed files with 269 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,82 @@
- type: ExplosionResistance
damageCoefficient: 0.9

- type: entity
parent: ClothingShoesBaseButcherable
id: ADTClothingShoesBolperBoots
suffix: Bolper
name: Bolper`s boots
description: Plus five pecent speed.
components:
- type: Sprite
sprite: ADT/Personalization/bolper_boots.rsi
- type: Clothing
sprite: ADT/Personalization/bolper_boots.rsi
- type: Matchbox

- type: entity
parent: ClothingNeckBase
id: ADTClothingNeckBolperCloak
suffix: Bolper
name: Bolper`s cloak
description: Plus five percent coolness.
components:
- type: Sprite
sprite: ADT/Personalization/bolper_cloak.rsi

- type: entity
parent: ClothingUniformBase
id: ADTClothingUniformBolperJumpsuit
suffix: Bolper
name: Bolper`s jumpsuit
description: Plus five percent freshness.
components:
- type: Sprite
sprite: ADT/Personalization/bolper_jumpsuit.rsi
- type: Clothing
sprite: ADT/Personalization/bolper_jumpsuit.rsi

- type: entity
parent: [Clothing, ClothingSlotBase]
id: ClothingBackBolperSheath
suffix: Bolper
name: Bolper`s katana sheath
description: I`m ready to fight.
components:
- type: Sprite
sprite: ADT/Personalization/bolper_sheaths.rsi
state: sheath
- type: Clothing
sprite: ADT/Personalization/bolper_sheaths.rsi
quickEquip: false
slots:
- back
- type: Item
size: Ginormous
- type: ItemSlots
slots:
item:
name: Katana
insertVerbText: sheath-insert-verb
ejectVerbText: sheath-eject-verb
insertSound: /Audio/Items/sheath.ogg
ejectSound: /Audio/Items/unsheath.ogg
whitelist:
tags:
- Katana
- type: ItemMapper
mapLayers:
sheath-sabre:
whitelist:
tags:
- Katana
- type: Appearance
- type: PhysicalComposition
materialComposition:
Cloth: 50
- type: StaticPrice
price: 20
# - type: Clothing
# quickEquip: false
# slots:
# - back
Original file line number Diff line number Diff line change
Expand Up @@ -925,4 +925,28 @@
components:
- type: Sprite
sprite: ADT/Personalization/toys.rsi
state: plushie_liexer
state: plushie_liexer

#Bolper
- type: entity
name: Bolper's katana
parent: BaseSword
id: ADTBolperKatana
description: Plus five pecent speed to damage.
suffix: Bolper
components:
- type: Sprite
sprite: ADT/Personalization/bolper_katana.rsi
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Slash: 15
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Item
sprite: ADT/Personalization/bolper_katana.rsi
- type: Tag
tags:
- Katana
- type: DisarmMalus
5 changes: 4 additions & 1 deletion Resources/Prototypes/ADT/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@
id: ADTCartridgeBibis

- type: Tag
id: ADTMagazineRifleBibis
id: ADTMagazineRifleBibis

- type: Tag
id: ADTKatana
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.
18 changes: 18 additions & 0 deletions Resources/Textures/ADT/Personalization/bolper_boots.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by boctonskuitea(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
}
]
}
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.
26 changes: 26 additions & 0 deletions Resources/Textures/ADT/Personalization/bolper_cloak.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by boctonskuitea(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by boctonskuitea(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
22 changes: 22 additions & 0 deletions Resources/Textures/ADT/Personalization/bolper_katana.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by boctonskuitea(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by boctonskuitea(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "sheath-sabre-equipped-BACKPACK",
"directions": 4
},
{
"name": "sheath-sabre"
},
{
"name": "sheath"
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by pangaari(Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by boctonskuitea(discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

0 comments on commit 13c24bb

Please sign in to comment.