lizard_happy.ogg: audio created by youtube user "Nagaty Studio" (https://youtu.be/I7CX0AS8RNI) licensed under CC by 3.0.
bear.ogg: audio is recorded by "Nagaty Studio" (https://www.youtube.com/watch?v=pz6eZbESlU8) licensed under CC by 3.0. The original audio was reverbed.
+
+ kangaroo_grunt.ogg: audio is recorded/created by Pfranzen "FreeSound.org" (https://freesound.org/people/pfranzen/sounds/322744/) licensed under CC BY 4.0. The original audio was trimmed and renamed.
license: "CC-BY-SA-3.0"
copyright: "Taken from https://github.com/Citadel-Station-13/Citadel-Station-13-RP"
source: "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/tree/b7392a25f826d038d35309cf36875f2066c3eb05/sound/effects/footstep"
-
+
+- files:
+ - bounce.ogg
+ license: "CC-BY-SA-4.0"
+ copyright: "Made by JustInvoke freesound.org"
+ source: "https://freesound.org/people/JustInvoke/sounds/446100/"
+
- files:
- jesterstep1.ogg
- jesterstep2.ogg
license: "CC-BY-SA-3.0"
copyright: "Made and posted by GentleJester#8754 on the SS14 discord."
- source: "https://discord.com/channels/310555209753690112/311537926376783886/1097222920813674527"
\ No newline at end of file
+ source: "https://discord.com/channels/310555209753690112/311537926376783886/1097222920813674527"
accent-words-pig-2 = Oink?
accent-words-pig-3 = Oink!
accent-words-pig-4 = Oink oink!
+
+# Kangaroo
+accent-words-kangaroo-1 = Grr!
+accent-words-kangaroo-2 = Hisss!
+accent-words-kangaroo-3 = Shreak!
+accent-words-kangaroo-4 = Chuu!
ent-LivestockSnake = { ent-CrateNPCLizard }
.desc = { ent-CrateNPCLizard.desc }
+
+ent-LivestockSnake = { ent-CrateNPCKangaroo }
+ .desc = { ent-CrateNPCKangaroo.desc }
ent-CrateNPCLizard = Lizard crate
.desc = A crate containing a lizard.
+
+ent-CrateNPCKangaroo = Kangaroo crate
+ .desc = A crate containing a kangaroo.
\ No newline at end of file
- accent-words-pig-2
- accent-words-pig-3
- accent-words-pig-4
+
+- type: accent
+ id: kangaroo
+ fullReplacements:
+ - accent-words-kangaroo-1
+ - accent-words-kangaroo-2
+ - accent-words-kangaroo-3
+ - accent-words-kangaroo-4
cost: 1000
category: Livestock
group: market
+
+- type: cargoProduct
+ id: LivestockKangaroo
+ icon:
+ sprite: Mobs/Animals/kangaroo.rsi
+ state: kangaroo
+ product: CrateNPCKangaroo
+ cost: 2800
+ category: Livestock
+ group: market
- type: StorageFill
contents:
- id: MobLizard
+
+- type: entity
+ id: CrateNPCKangaroo
+ parent: CrateLivestock
+ components:
+ - type: StorageFill
+ contents:
+ - id: MobKangaroo
- type: Clothing
sprite: Clothing/Belt/champion.rsi
quickEquip: true
+ - type: Tag
+ tags:
+ - Kangaroo
- type: entity
parent: ClothingBeltStorageBase
fiberMaterial: fibers-leather
fiberColor: fibers-red
- type: FingerprintMask
+ - type: Tag
+ tags:
+ - Kangaroo
- type: entity
parent: ClothingHandsGlovesBoxingRed
chance: 0.75
offset: 0.2
+- type: entity
+ name: Salvage Space Kangaroo Spawner
+ id: SpawnMobKangarooSalvage
+ parent: MarkerBase
+ components:
+ - type: Sprite
+ layers:
+ - state: green
+ - state: kangaroo-space
+ sprite: Mobs/Animals/kangaroo.rsi
+ - type: ConditionalSpawner
+ prototypes:
+ - MobKangarooSpaceSalvage
- type: ConditionalSpawner
prototypes:
- MobSpiderShiva
+
+- type: entity
+ name: Willow Spawner
+ id: SpawnMobKangarooWillow
+ parent: MarkerBase
+ components:
+ - type: Sprite
+ layers:
+ - state: green
+ - state: kangaroo
+ sprite: Mobs/Animals/kangaroo.rsi
+ - type: ConditionalSpawner
+ prototypes:
+ - MobKangarooWillow
+
+- type: entity
+ name: Space Kangaroo Spawner
+ id: SpawnMobKangaroo
+ parent: MarkerBase
+ components:
+ - type: Sprite
+ layers:
+ - state: green
+ - state: kangaroo-space
+ sprite: Mobs/Animals/kangaroo.rsi
+ - type: ConditionalSpawner
+ prototypes:
+ - MobKangarooSpace
+
+- type: entity
+ name: Boxing Kangaroo Spawner
+ id: SpawnMobBoxingKangaroo
+ parent: MarkerBase
+ components:
+ - type: Sprite
+ layers:
+ - state: green
+ - state: kangaroo
+ sprite: Mobs/Animals/kangaroo.rsi
+ - type: ConditionalSpawner
+ prototypes:
+ - MobBoxingKangaroo
description: A large marsupial herbivore. It has powerful hind legs, with nails that resemble long claws.
components:
- type: MovementSpeedModifier
- baseWalkSpeed: 4
- baseSprintSpeed: 6
+ baseWalkSpeed: 3.5
+ baseSprintSpeed: 4.5
- type: Sprite
drawdepth: Mobs
layers:
- MobLayer
- type: Physics
- type: Appearance
+ - type: Inventory
+ speciesId: kangaroo
+ templateId: kangaroo
+ - type: ReplacementAccent
+ accent: kangaroo
+ - type: InventorySlots
+ - type: Strippable
+ - type: Butcherable
+ spawned:
+ - id: FoodMeat
+ - type: UserInterface
+ interfaces:
+ - key: enum.StrippingUiKey.Key
+ type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
Base: kangaroo
# SKIPPY NO!
Critical:
- Base: kangaroo-dead
+ Base: kangaroo-crit
Dead:
Base: kangaroo-dead
+ - type: Tag
+ tags:
+ - DoorBumpOpener
+ - FootstepSound
+ - type: GhostRole
+ prob: 0.25
+ name: kangaroo
+ description: |
+ You're a kangaroo! Do whatever kangaroos do.
+ - type: GhostTakeoverAvailable
+ - type: Vocal
+ sounds:
+ Unsexed: Kangaroo
+ - type: FootstepModifier
+ footstepSoundCollection:
+ collection: FootstepBounce
- type: Puller
+ needsHands: false
+ - type: StaminaDamageOnHit
+ damage: 8 #Stam damage values seem a bit higher than regular damage because of the decay, etc
+ # This needs to be moved to boxinggloves
+ #knockdownSound: /Audio/Weapons/boxingbell.ogg
+ - type: MeleeWeapon
+ attackRate: 1.5
+ damage:
+ types:
+ Blunt: 0.4
+ soundHit:
+ collection: BoxingHit
+ animation: WeaponArcFist
- type: entity
name: boxing kangaroo
parent: MobKangaroo
- id: MobKangarooBoxer
- description: A large marsupial herbivore. It has powerful hind legs and... boxing gloves?
+ id: MobBoxingKangaroo
components:
- - type: CombatMode
- - type: Sprite
- drawdepth: Mobs
- layers:
- - map: ["enum.DamageStateVisualLayers.Base"]
- state: kangaroo-boxing
- sprite: Mobs/Animals/kangaroo.rsi
- - type: Appearance
- - type: DamageStateVisuals
- states:
- Alive:
- Base: kangaroo-boxing
- Critical:
- Base: kangaroo-boxing-dead
- Dead:
- Base: kangaroo-boxing-dead
- - type: MeleeWeapon
- hidden: true
- angle: 0
- animation: WeaponArcClaw
- damage:
- types:
- Blunt: 10
- - type: InputMover
- - type: MobMover
+ - type: Loadout
+ prototypes: [ BoxingKangarooGear ]
- type: HTN
rootTask: SimpleHostileCompound
- type: Faction
baseWalkSpeed : 4
baseSprintSpeed : 4
- type: Appearance
+ - type: Inventory
+ speciesId: hamster
+ templateId: pet
+ - type: InventorySlots
+ - type: Strippable
+ - type: UserInterface
+ interfaces:
+ - key: enum.StrippingUiKey.Key
+ type: StrippableBoundUserInterface
- type: DamageStateVisuals
states:
Alive:
- type: Bloodstream
bloodMaxVolume: 60
- type: CanEscapeInventory
+ BaseResistTime: 3
- type: MobPrice
price: 60
- type: Tag
tags:
- CannotSuicide
+
+- type: entity
+ name: Willow
+ parent: MobKangaroo
+ id: MobKangarooWillow
+ description: Willow the boxing kangaroo.
+ components:
+ - type: InteractionPopup
+ successChance: 1
+ - type: Grammar
+ attributes:
+ proper: true
+ gender: female
+ - type: Tag
+ tags:
+ - CannotSuicide
+ - DoorBumpOpener
+ - FootstepSound
+ - type: GhostRole
+ prob: 0.25
+ name: Willow the kangaroo
+ description: |
+ You're a kangaroo named willow! willow likes to box.
+ - type: GhostTakeoverAvailable
+ - type: Loadout
+ prototypes: [ BoxingKangarooGear ]
- type: entity
- name: space bear
- id: MobBearSpace
+ name: basic
+ id: MobSpaceBasic
parent: SimpleSpaceMobBase
+ abstract: true
description: It looks friendly. Why don't you give it a hug?
components:
- type: HTN
150: Dead
- type: Stamina
excess: 150
- - type: DamageStateVisuals
- states:
- Alive:
- Base: bear
- BaseUnshaded: glow
- Critical:
- Base: bear_dead
- Dead:
- Base: bear_dead
- - type: Butcherable
- spawned:
- - id: FoodMeatBear
- amount: 3
- - id: MaterialHideBear
- amount: 1
- prob: 0.3
- type: Bloodstream
bloodMaxVolume: 300
bloodReagent: Cryoxadone
- FootstepSound
- type: Puller
needsHands: false
+ - type: PointLight
+ radius: 1.2
+ energy: 2
+ color: "#4faffb"
+ - type: GhostTakeoverAvailable
+
+- type: entity
+ name: space bear
+ id: MobBearSpace
+ parent: MobSpaceBasic
+ description: It looks friendly. Why don't you give it a hug?
+ components:
+ - type: Sprite
+ drawdepth: Mobs
+ netsync: false
+ sprite: Mobs/Animals/bear.rsi
+ layers:
+ - map: [ "enum.DamageStateVisualLayers.Base" ]
+ state: bear
+ - map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
+ state: glow
+ shader: unshaded
+ - type: DamageStateVisuals
+ states:
+ Alive:
+ Base: bear
+ BaseUnshaded: glow
+ Critical:
+ Base: bear_dead
+ Dead:
+ Base: bear_dead
+ - type: Butcherable
+ spawned:
+ - id: FoodMeatBear
+ amount: 3
+ - id: MaterialHideBear
+ amount: 1
+ prob: 0.3
- type: ReplacementAccent
accent: genericAggressive
- type: Vocal
interactFailureString: petting-failure-bear
interactSuccessSound:
path: /Audio/Animals/sloth_squeak.ogg
- - type: PointLight
- radius: 1.2
- energy: 2
- color: "#4faffb"
- type: GhostRole
prob: 0.25
name: space bear
description: |
You're a bear! Do bear things.
- - type: GhostTakeoverAvailable
- type: entity
id: MobBearSpaceSalvage
name: space bear on salvage wreck
description: |
Defend the loot inside the salvage wreck!
- - type: GhostTakeoverAvailable
+ - type: SalvageMobRestrictions
+
+- type: entity
+ name: space kangaroo
+ id: MobKangarooSpace
+ parent: MobSpaceBasic
+ description: It looks friendly. Why don't you give it a hug?
+ components:
+ - type: Sprite
+ drawdepth: Mobs
+ netsync: false
+ sprite: Mobs/Animals/kangaroo.rsi
+ layers:
+ - map: [ "enum.DamageStateVisualLayers.Base" ]
+ state: kangaroo-space
+ - map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ]
+ state: glow
+ shader: unshaded
+ - type: MeleeWeapon
+ hidden: true
+ soundHit:
+ path: /Audio/Weapons/Xeno/alien_claw_flesh3.ogg
+ angle: 0
+ animation: WeaponArcClaw
+ damage:
+ types:
+ Blunt: 9
+ Slash: 2
+ - type: MovementSpeedModifier
+ baseWalkSpeed: 3.5
+ baseSprintSpeed: 4.5
+ - type: DamageStateVisuals
+ states:
+ Alive:
+ Base: kangaroo-space
+ BaseUnshaded: glow
+ Critical:
+ Base: kangaroo-space-crit
+ Dead:
+ Base: kangaroo-space-dead
+ - type: Stamina
+ excess: 180
+ - type: Inventory
+ speciesId: kangaroo
+ templateId: spacekangaroo
+ - type: Vocal
+ sounds:
+ Unsexed: Kangaroo
+ - type: FootstepModifier
+ footstepSoundCollection:
+ collection: FootstepBounce
+ - type: ReplacementAccent
+ accent: kangaroo
+ - type: InventorySlots
+ - type: Strippable
+ - type: UserInterface
+ interfaces:
+ - key: enum.StrippingUiKey.Key
+ type: StrippableBoundUserInterface
+ radius: 1.2
+ energy: 2
+ color: "#4faffb"
+ - type: GhostRole
+ prob: 0.25
+ name: space kangaroo
+ description: |
+ You're a kangaroo! Do kangaroo things.
+
+- type: entity
+ id: MobKangarooSpaceSalvage
+ parent: MobKangarooSpace
+ suffix: "Salvage Ruleset"
+ components:
+ - type: GhostRole
+ prob: 0.25
+ name: space kangaroo on salvage wreck
+ description: |
+ Defend the loot inside the salvage wreck!
- type: SalvageMobRestrictions
--- /dev/null
+- type: entity
+ id: BoxingBell
+ name: boxing bell
+ description: Ding ding!
+ placement:
+ mode: SnapgridCenter
+ snap:
+ - Wallmount
+ components:
+ - type: Transform
+ anchored: true
+ - type: WallMount
+ - type: Sprite
+ sprite: Structures/Wallmounts/bell.rsi
+ layers:
+ - state: bell
+ - type: InteractionPopup
+ successChance: 1
+ interactSuccessSound:
+ path: /Audio/Weapons/boxingbell.ogg
+ - type: Clickable
+ - type: MeleeSound
+ soundGroups:
+ Brute:
+ path:
+ "/Audio/Weapons/boxingbell.ogg"
+ - type: Appearance
+ - type: Rotatable
+ - type: CollisionWake
+ enabled: false
+ - type: Physics
+ canCollide: false
+ bodyType: Dynamic
+ - type: Fixtures
+ - type: Damageable
+ damageContainer: Inorganic
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 150
+ behaviors:
+ - !type:DoActsBehavior
+ acts: ["Destruction"]
+ - !type:PlaySoundBehavior
+ sound:
+ path: /Audio/Effects/metalbreak.ogg
--- /dev/null
+- type: inventoryTemplate
+ id: kangaroo
+ slots:
+ - name: mask
+ slotTexture: mask
+ slotFlags: MASK
+ uiWindowPos: 1,1
+ strippingWindowPos: 1,1
+ displayName: Mask
+ whitelist:
+ tags:
+ - PetWearable
+
+ - name: suitstorage
+ slotTexture: suit_storage
+ slotFlags: SUITSTORAGE
+ slotGroup: SecondHotbar
+ stripTime: 3
+ uiWindowPos: 2,0
+ strippingWindowPos: 2,5
+ displayName: Suit Storage
+ whitelist:
+ components:
+ - GasTank
+
+ - name: gloves
+ slotTexture: gloves
+ slotFlags: GLOVES
+ uiWindowPos: 2,2
+ strippingWindowPos: 2,2
+ displayName: Gloves
+ whitelist:
+ tags:
+ - Kangaroo
+
+ - name: belt
+ slotTexture: belt
+ slotFlags: BELT
+ slotGroup: SecondHotbar
+ stripTime: 6
+ uiWindowPos: 3,1
+ strippingWindowPos: 1,5
+ displayName: Belt
+ whitelist:
+ tags:
+ - Kangaroo
+
+ - name: pocket1
+ slotTexture: pocket
+ slotFlags: POCKET
+ slotGroup: MainHotbar
+ stripTime: 3
+ uiWindowPos: 2,3
+ strippingWindowPos: 1,4
+ displayName: Pouch
+ stripHidden: true
+
+- type: inventoryTemplate
+ id: spacekangaroo
+ slots:
+ - name: pocket1
+ slotTexture: pocket
+ slotFlags: POCKET
+ slotGroup: MainHotbar
+ stripTime: 3
+ uiWindowPos: 2,3
+ strippingWindowPos: 1,4
+ displayName: Pouch
+ stripHidden: true
+
+ - name: gloves
+ slotTexture: gloves
+ slotFlags: GLOVES
+ uiWindowPos: 2,2
+ strippingWindowPos: 2,2
+ displayName: Gloves
+ whitelist:
+ tags:
+ - Kangaroo
innerclothingskirt: ClothingUniformJumpsuitColorBrown
satchel: ClothingBackpackDuffelCBURN
duffelbag: ClothingBackpackDuffelCBURN
+
+- type: startingGear
+ id: BoxingKangarooGear
+ equipment:
+ gloves: ClothingHandsGlovesBoxingBlue
supervisors: job-supervisors-hop
access:
- Service
+ - Maintenance
- type: startingGear
id: BoxerGear
id: BoxerPDA
ears: ClothingHeadsetService
gloves: ClothingHandsGlovesBoxingRed
+ shoes: ClothingShoesColorRed
+ belt: ClothingBeltChampion
innerclothingskirt: UniformShortsRedWithTop
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
files:
- /Audio/Items/desk_bell_ring.ogg
+- type: soundCollection
+ id: BoxingBell
+ files:
+ - /Audio/Weapons/boxingbell.ogg
- /Audio/Effects/Footsteps/woodbarefoot3.ogg
- /Audio/Effects/Footsteps/woodbarefoot4.ogg
- /Audio/Effects/Footsteps/woodbarefoot5.ogg
+
+- type: soundCollection
+ id: FootstepBounce
+ files:
+ - /Audio/Effects/Footsteps/bounce.ogg
path: /Audio/Animals/cerberus.ogg
params:
variation: 0.125
+
+- type: emoteSounds
+ id: Kangaroo
+ sound:
+ path: /Audio/Animals/kangaroo_grunt.ogg
+ params:
+ variation: 0.125
- type: Tag
id: Katana
+- type: Tag
+ id: Kangaroo
+
+
- type: Tag
id: KeyedInstrument
"name": "equipped-BELT",
"directions": 4
},
+ {
+ "name": "equipped-BELT-kangaroo",
+ "directions": 4
+ },
{
"name": "inhand-left",
"directions": 4
"name": "equipped-HAND",
"directions": 4
},
+ {
+ "name": "equipped-HAND-kangaroo",
+ "directions": 4
+ },
{
"name": "inhand-left",
"directions": 4
"name": "equipped-HAND",
"directions": 4
},
+ {
+ "name": "equipped-HAND-kangaroo",
+ "directions": 4
+ },
{
"name": "inhand-left",
"directions": 4
"name": "equipped-HAND",
"directions": 4
},
+ {
+ "name": "equipped-HAND-kangaroo",
+ "directions": 4
+ },
{
"name": "inhand-left",
"directions": 4
"name": "equipped-HAND",
"directions": 4
},
+ {
+ "name": "equipped-HAND-kangaroo",
+ "directions": 4
+ },
{
"name": "inhand-left",
"directions": 4
-{"version":1,"license":"CC-BY-SA-3.0","copyright":"Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e","size":{"x":32,"y":32},"states":[{"name":"icon"},{"name":"equipped-MASK","directions":4},{"name":"inhand-left","directions":4},{"name":"inhand-right","directions":4},{"name":"equipped-MASK-dog","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-puppy","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-fox","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-cat","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-sloth","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-possum","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-vox","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-MASK-pig","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"up-equipped-MASK","directions":4}]}
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-MASK",
+ "directions": 4
+ },
+ {
+ "name": "up-equipped-MASK",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-dog",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-puppy",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-fox",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-cat",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-sloth",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-possum",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-vox",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-pig",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-hamster",
+ "directions": 4
+ },
+ {
+ "name": "equipped-MASK-kangaroo",
+ "directions": 4
+ }
+ ]
+}
"name": "equipped-MASK-sloth",
"directions": 4
},
+ {
+ "name": "equipped-MASK-hamster",
+ "directions": 4,
+ "delays": [[1.0], [1.0], [1.0], [1.0]]
+ },
+ {
+ "name": "equipped-MASK-kangaroo",
+ "directions": 4,
+ "delays": [[1.0], [1.0], [1.0], [1.0]]
+ },
{
"name": "equipped-MASK-possum",
"directions": 4
"y": 32
},
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from https://github.com/austation/austation/tree/30f0ba9c2dab3ec8e55ab6fae03bde1566a154ca",
+ "copyright": "Taken from https://github.com/austation/austation/tree/30f0ba9c2dab3ec8e55ab6fae03bde1566a154ca, space kangaroo made by and kangaroo modified by brainfood1183 (github)",
"states": [
{
"name": "kangaroo",
"name": "kangaroo-dead"
},
{
- "name": "kangaroo-boxing",
- "directions": 4
+ "name": "kangaroo-crit"
},
{
- "name": "kangaroo-boxing-dead"
+ "name": "kangaroo-space-crit"
},
{
"name": "kangaroo-space",
"directions": 4
},
+ {
+ "name": "glow",
+ "directions": 4,
+ "delays": [
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ],
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ],
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ],
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ ]
+ },
{
"name": "kangaroo-space-dead"
}
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-possum",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-puppy",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "inhand-left",
"directions": 4
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-possum",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-possum",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-possum",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-possum",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-possum",
"directions": 4,
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
+ {
+ "name": "equipped-SUITSTORAGE-hamster",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
+ {
+ "name": "equipped-SUITSTORAGE-kangaroo",
+ "directions": 4,
+ "delays": [[1],[1],[1],[1]]
+ },
{
"name": "equipped-SUITSTORAGE-sloth",
"directions": 4,
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Made by brainfood1183 (github) for ss14",
+ "states": [
+ {
+ "name": "bell",
+ "directions": 4
+ }
+ ]
+}
"states": [\r
{ "name": "metamap64x" }\r
]\r
-}
\ No newline at end of file
+}\r