- add: Mjolnir. (#350)

This commit is contained in:
Aviu00
2024-06-13 23:56:59 +00:00
committed by GitHub
parent caa6531da4
commit e9b634c6c9
18 changed files with 183 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -281,6 +281,7 @@
sprite: Objects/Magic/magicactions.rsi
state: summons
event: !type:InstantRecallSpellEvent
speech: "GAR YOK!"
- type: entity
id: ActionTeleportSpell

View File

@@ -36,6 +36,7 @@
types:
Slash: 30
- type: Clothing
quickEquip: false
sprite: White/Objects/Weapons/Chaplain/spellblade.rsi
slots:
- back
@@ -51,3 +52,55 @@
inHandsOnly: true
closeOnHandDeselect: true
- type: SpellBlade
- type: entity
name: мьёльнир
parent: BaseItem
id: Mjolnir
description: Могучий молот, заимствованный у Тора, бога грома. Он трещит от едва сдерживаемой силы.
components:
- type: Sprite
sprite: White/Objects/Weapons/mjolnir.rsi
state: icon
- type: MeleeWeapon
wideAnimationRotation: -135
attackRate: 0.75
damage:
types:
Blunt: 25
Structural: 20
soundHit:
path: /Audio/White/Magic/Mjolnir/hit.ogg
soundSwing:
path: /Audio/White/Magic/Mjolnir/swing.ogg
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 15
Structural: 60
- type: Item
size: Huge
sprite: White/Objects/Weapons/mjolnir.rsi
- type: Clothing
quickEquip: false
sprite: White/Objects/Weapons/mjolnir.rsi
slots:
- back
- suitStorage
- type: DisarmMalus
- type: MeleeThrowOnHit
lifetime: 0.05
minLifetime: 0.01
speed: 20
stunTime: 1.5
throwOnThrowHit: true
- type: DamageOtherOnHit
sound:
path: /Audio/White/Magic/Mjolnir/hit.ogg
damage:
types:
Blunt: 40
Structural: 80
- type: ChangeThrowForce
throwForce: 20

View File

@@ -10,7 +10,7 @@
- type: entity
name: Холод
description: Клинок заклинаний наделяется замораживать врагов. И тот, кто удерживает клинок в руках, становится неуязвимым к низкой температуре.
description: Клинок заклинаний наделяется способностью замораживать врагов. И тот, кто удерживает клинок в руках, становится неуязвимым к низкой температуре.
id: AspectFrost
noSpawn: true
components:

View File

@@ -260,3 +260,16 @@
conditions:
- !type:ListingLimitedStockCondition
stock: 1
- type: listing
id: SpellBookMjolnir
name: spellbook-mjolnir-name
description: spellbook-mjolnir-desc
productEntity: Mjolnir
cost:
SpellPoint: 2
categories:
- MagicItems
conditions:
- !type:ListingLimitedStockCondition
stock: 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/49264/commits/d0dffe7ca643db2624424fdcebf45863f85c0448",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"delays": [
[
2,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B