update landmine sprites from tg (#20977)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-10-14 08:09:47 +01:00
committed by GitHub
parent acb390e8cc
commit 4fb8fa3f22
8 changed files with 28 additions and 39 deletions

View File

@@ -21,8 +21,8 @@
- LowImpassable
- type: Sprite
drawdepth: Items
sprite: Objects/Misc/uglymine.rsi
state: uglymine
sprite: Objects/Misc/landmine.rsi
state: landmine
- type: Damageable
damageContainer: Inorganic
- type: Destructible

View File

@@ -20,6 +20,6 @@
category: construction-category-weapons
description: Construct a landmine using a payload.
icon:
sprite: Objects/Misc/uglymine.rsi
state: uglymine
sprite: Objects/Misc/landmine.rsi
state: landmine
objectType: Item

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

View 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"
}
]
}

View File

@@ -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