update landmine sprites from tg (#20977)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
- LowImpassable
|
- LowImpassable
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: Items
|
drawdepth: Items
|
||||||
sprite: Objects/Misc/uglymine.rsi
|
sprite: Objects/Misc/landmine.rsi
|
||||||
state: uglymine
|
state: landmine
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Inorganic
|
damageContainer: Inorganic
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
|
|||||||
@@ -20,6 +20,6 @@
|
|||||||
category: construction-category-weapons
|
category: construction-category-weapons
|
||||||
description: Construct a landmine using a payload.
|
description: Construct a landmine using a payload.
|
||||||
icon:
|
icon:
|
||||||
sprite: Objects/Misc/uglymine.rsi
|
sprite: Objects/Misc/landmine.rsi
|
||||||
state: uglymine
|
state: landmine
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 305 B |
BIN
Resources/Textures/Objects/Misc/landmine.rsi/landmine.png
Normal file
BIN
Resources/Textures/Objects/Misc/landmine.rsi/landmine.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 555 B |
24
Resources/Textures/Objects/Misc/landmine.rsi/meta.json
Normal file
24
Resources/Textures/Objects/Misc/landmine.rsi/meta.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/b764f0e8c3004ad5e7726e7ff27a52a0c893beff/icons/obj/weapons/grenade.dmi",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "landmine",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.4,
|
||||||
|
0.15,
|
||||||
|
0.1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "landmine-inactive"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 1,
|
|
||||||
"size":
|
|
||||||
{
|
|
||||||
"x": 32,
|
|
||||||
"y": 32
|
|
||||||
},
|
|
||||||
"license": "CC-BY-SA-3.0",
|
|
||||||
"copyright": "https://github.com/tgstation/tgstation/blob/4323540b6bec3ae93bbf13d685c2dbe0cb40a36e/icons/obj/items_and_weapons.dmi",
|
|
||||||
"states":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"name": "uglymine",
|
|
||||||
"directions": 1,
|
|
||||||
"delays":
|
|
||||||
[
|
|
||||||
[
|
|
||||||
0.3,
|
|
||||||
0.1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "uglymine-inactive",
|
|
||||||
"directions": 1,
|
|
||||||
"delays":
|
|
||||||
[
|
|
||||||
[
|
|
||||||
0.3,
|
|
||||||
0.1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 247 B |
Binary file not shown.
|
Before Width: | Height: | Size: 246 B |
Reference in New Issue
Block a user