- 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
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
- WeaponGauntletGorilla
- SynthesizerInstrument
- RPED
- - ClothingShoesBootsMag
+ - ClothingShoesBootsMagSci
- ClothingShoesBootsSpeed
- NodeScanner
- HolofanProjector
Plastic: 50
- type: latheRecipe
- id: ClothingShoesBootsMag
- result: ClothingShoesBootsMag
+ id: ClothingShoesBootsMagSci
+ result: ClothingShoesBootsMagSci
completetime: 10
materials:
Steel: 1000
-# Tier 1
+# Tier 1
- type: technology
id: BasicRobotics
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}