Science magboots (#23107)

* add

* uhhh

* fix RSI

* lathe

* fix
This commit is contained in:
Ubaser
2023-12-29 14:08:07 +11:00
committed by GitHub
parent 608442d9f8
commit 56884fd72d
13 changed files with 69 additions and 6 deletions

View File

@@ -56,6 +56,19 @@
- type: StealTarget
stealGroup: ClothingShoesBootsMagAdv
- type: entity
parent: ClothingShoesBootsMag
id: ClothingShoesBootsMagSci
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/magboots-science.rsi
- type: Clothing
sprite: Clothing/Shoes/Boots/magboots-science.rsi
- type: Magboots
toggleAction: ActionToggleMagbootsSci
- type: StaticPrice
price: 400
- type: entity
parent: ClothingShoesBootsMag
id: ClothingShoesBootsMagBlinding
@@ -145,6 +158,15 @@
icon: { sprite: Clothing/Shoes/Boots/magboots-advanced.rsi, state: icon }
iconOn: Clothing/Shoes/Boots/magboots-advanced.rsi/icon-on.png
- type: entity
id: ActionToggleMagbootsSci
parent: ActionBaseToggleMagboots
noSpawn: true
components:
- type: InstantAction
icon: { sprite: Clothing/Shoes/Boots/magboots-science.rsi, state: icon }
iconOn: Clothing/Shoes/Boots/magboots-science.rsi/icon-on.png
- type: entity
id: ActionToggleMagbootsSyndie
parent: ActionBaseToggleMagboots

View File

@@ -265,7 +265,7 @@
- WeaponGauntletGorilla
- SynthesizerInstrument
- RPED
- ClothingShoesBootsMag
- ClothingShoesBootsMagSci
- ClothingShoesBootsSpeed
- NodeScanner
- HolofanProjector

View File

@@ -94,8 +94,8 @@
Plastic: 50
- type: latheRecipe
id: ClothingShoesBootsMag
result: ClothingShoesBootsMag
id: ClothingShoesBootsMagSci
result: ClothingShoesBootsMagSci
completetime: 10
materials:
Steel: 1000

View File

@@ -1,4 +1,4 @@
# Tier 1
# Tier 1
- type: technology
id: BasicRobotics
@@ -62,13 +62,13 @@
id: MagnetsTech
name: research-technology-magnets-tech
icon:
sprite: Clothing/Shoes/Boots/magboots.rsi
sprite: Clothing/Shoes/Boots/magboots-science.rsi
state: icon
discipline: Experimental
tier: 1
cost: 7500
recipeUnlocks:
- ClothingShoesBootsMag
- ClothingShoesBootsMagSci
- type: technology
id: AnomalyCoreHarnessing

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "on-equipped-FEET",
"directions": 4
},
{
"name": "icon"
},
{
"name": "icon-on"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB