|
| 1 | +- type: entity |
| 2 | + parent: BaseItem |
| 3 | + id: Scp3008MusicBox |
| 4 | + name: radio IKEA |
| 5 | + description: Soothing music comes from it. |
| 6 | + components: |
| 7 | + - type: Sprite |
| 8 | + sprite: _Scp/Objects/Devices/radio.rsi |
| 9 | + state: common |
| 10 | + - type: Item |
| 11 | + sprite: _Scp/Objects/Devices/radio.rsi |
| 12 | + heldPrefix: walkietalkie |
| 13 | + - type: AmbientSound |
| 14 | + range: 75 |
| 15 | + volume: -13 |
| 16 | + sound: |
| 17 | + path: /Audio/_Scp/Events/Scp3008/IKEA.ogg |
| 18 | + - type: ContainerContainer |
| 19 | + containers: |
| 20 | + cell_slot: !type:ContainerSlot |
| 21 | + - type: PowerCellSlot |
| 22 | + cellSlotId: cell_slot |
| 23 | + - type: ItemSlots |
| 24 | + slots: |
| 25 | + cell_slot: |
| 26 | + name: power-cell-slot-component-slot-name-default |
| 27 | + startingItem: PowerCellMedium |
| 28 | + |
| 29 | +- type: entity |
| 30 | + id: BaseScp3008 |
| 31 | + suffix: BASE SCP-3008 |
| 32 | + description: A disproportionate and faceless person in an IKEA employee suit. |
| 33 | + parent: |
| 34 | + - MobCombat |
| 35 | + - SimpleMobBase |
| 36 | + abstract: true |
| 37 | + components: |
| 38 | + - type: HTN |
| 39 | + rootTask: |
| 40 | + task: SimpleHostileCompound |
| 41 | + blackboard: |
| 42 | + NavClimb: !type:Bool |
| 43 | + true |
| 44 | + NavSmash: !type:Bool |
| 45 | + true |
| 46 | + NavPry: !type:Bool |
| 47 | + true |
| 48 | + - type: NPCRetaliation |
| 49 | + attackMemoryLength: 10 |
| 50 | + - type: FactionException |
| 51 | + - type: NpcFactionMember |
| 52 | + factions: |
| 53 | + - Passive |
| 54 | + - type: Destructible |
| 55 | + thresholds: |
| 56 | + - trigger: |
| 57 | + !type:DamageTrigger |
| 58 | + damage: 250 |
| 59 | + behaviors: |
| 60 | + - !type:DoActsBehavior |
| 61 | + acts: [ "Destruction" ] |
| 62 | + |
| 63 | + |
| 64 | +- type: entity |
| 65 | + id: BasicScp3008 |
| 66 | + parent: BaseScp3008 |
| 67 | + name: IKEA employee |
| 68 | + components: |
| 69 | + - type: Sprite |
| 70 | + sprite: _Scp/Mobs/Scp/Events/scp-3008/basic.rsi |
| 71 | + state: Basic3008 |
| 72 | + - type: MovementSpeedModifier |
| 73 | + baseWalkSpeed: 2.5 |
| 74 | + baseSprintSpeed: 2.5 |
| 75 | + - type: NpcFactionMember |
| 76 | + factions: |
| 77 | + - Passive |
| 78 | + - type: TimedDespawn |
| 79 | + lifetime: 600.1 |
| 80 | + - type: TimedSpawner |
| 81 | + prototypes: |
| 82 | + - BasicScp3008Angry |
| 83 | + intervalSeconds: 600 |
| 84 | + - type: MeleeWeapon |
| 85 | + damage: |
| 86 | + types: |
| 87 | + Blunt: 5 |
| 88 | + Structural: 20 |
| 89 | + |
| 90 | +- type: entity |
| 91 | + id: BasicScp3008Angry |
| 92 | + parent: BasicScp3008 |
| 93 | + name: IKEA employee |
| 94 | + suffix: SCP-3008 ANGRY |
| 95 | + components: |
| 96 | + - type: NpcFactionMember |
| 97 | + factions: |
| 98 | + - SCPs |
| 99 | + - type: MovementSpeedModifier |
| 100 | + baseWalkSpeed: 3 |
| 101 | + baseSprintSpeed: 3 |
| 102 | + - type: TimedDespawn |
| 103 | + lifetime: 300.1 |
| 104 | + - type: TimedSpawner |
| 105 | + prototypes: |
| 106 | + - BasicScp3008 |
| 107 | + intervalSeconds: 300 |
| 108 | + - type: AmbientSound |
| 109 | + volume: -7 |
| 110 | + range: 8 |
| 111 | + sound: |
| 112 | + params: |
| 113 | + variation: 0.5 |
| 114 | + path: /Audio/_Scp/Events/Scp3008/VOICE.ogg |
| 115 | + |
| 116 | + |
| 117 | +- type: entity |
| 118 | + id: StrongScp3008 |
| 119 | + parent: BaseScp3008 |
| 120 | + name: A tough IKEA employee |
| 121 | + components: |
| 122 | + - type: Sprite |
| 123 | + sprite: _Scp/Mobs/Scp/Events/scp-3008/basic.rsi |
| 124 | + state: Strong3008 |
| 125 | + - type: MovementSpeedModifier |
| 126 | + baseWalkSpeed: 2 |
| 127 | + baseSprintSpeed: 2 |
| 128 | + - type: NpcFactionMember |
| 129 | + factions: |
| 130 | + - Passive |
| 131 | + - type: TimedDespawn |
| 132 | + lifetime: 600.1 |
| 133 | + - type: TimedSpawner |
| 134 | + prototypes: |
| 135 | + - StrongScp3008Angry |
| 136 | + intervalSeconds: 600 |
| 137 | + - type: MeleeWeapon |
| 138 | + attackRate: 0.7 |
| 139 | + damage: |
| 140 | + types: |
| 141 | + Blunt: 15 |
| 142 | + Structural: 40 |
| 143 | + - type: StaminaDamageOnHit |
| 144 | + damage: 20 |
| 145 | + |
| 146 | + |
| 147 | +- type: entity |
| 148 | + id: StrongScp3008Angry |
| 149 | + parent: StrongScp3008 |
| 150 | + suffix: SCP-3008 ANGRY |
| 151 | + name: A tough IKEA employee |
| 152 | + components: |
| 153 | + - type: MeleeWeapon |
| 154 | + damage: |
| 155 | + types: |
| 156 | + Blunt: 15 |
| 157 | + Structural: 40 |
| 158 | + - type: StaminaDamageOnHit |
| 159 | + damage: 20 |
| 160 | + - type: MovementSpeedModifier |
| 161 | + baseWalkSpeed: 2.5 |
| 162 | + baseSprintSpeed: 2.5 |
| 163 | + - type: NpcFactionMember |
| 164 | + factions: |
| 165 | + - SCPs |
| 166 | + - type: TimedDespawn |
| 167 | + lifetime: 300.1 |
| 168 | + - type: TimedSpawner |
| 169 | + prototypes: |
| 170 | + - StrongScp3008 |
| 171 | + intervalSeconds: 300 |
| 172 | + - type: AmbientSound |
| 173 | + volume: -7 |
| 174 | + range: 8 |
| 175 | + sound: |
| 176 | + params: |
| 177 | + variation: 0.15 |
| 178 | + path: /Audio/_Scp/Events/Scp3008/VOICE.ogg |
| 179 | + |
| 180 | + |
| 181 | +- type: entity |
| 182 | + id: TallScp3008 |
| 183 | + parent: BaseScp3008 |
| 184 | + name: A tall IKEA employee |
| 185 | + components: |
| 186 | + - type: Sprite |
| 187 | + sprite: _Scp/Mobs/Scp/Events/scp-3008/tall.rsi |
| 188 | + state: Tall3008 |
| 189 | + - type: MovementSpeedModifier |
| 190 | + baseWalkSpeed: 3.5 |
| 191 | + baseSprintSpeed: 3.5 |
| 192 | + - type: NpcFactionMember |
| 193 | + factions: |
| 194 | + - Passive |
| 195 | + - type: TimedDespawn |
| 196 | + lifetime: 600.1 |
| 197 | + - type: TimedSpawner |
| 198 | + prototypes: |
| 199 | + - TallScp3008Angry |
| 200 | + intervalSeconds: 600 |
| 201 | + |
| 202 | + |
| 203 | +- type: entity |
| 204 | + id: TallScp3008Angry |
| 205 | + parent: TallScp3008 |
| 206 | + suffix: SCP-3008 ANGRY |
| 207 | + name: A tall IKEA employee |
| 208 | + components: |
| 209 | + - type: MovementSpeedModifier |
| 210 | + baseWalkSpeed: 3.5 |
| 211 | + baseSprintSpeed: 3.5 |
| 212 | + - type: UseDelay |
| 213 | + delay: 5 |
| 214 | + - type: UseDelayOnMeleeHit |
| 215 | + - type: MeleeThrowOnHit |
| 216 | + stunTime: 0.2 |
| 217 | + activateOnThrown: true |
| 218 | + distance: -1 |
| 219 | + speed: 7 |
| 220 | + - type: MeleeWeapon |
| 221 | + angle: 0 |
| 222 | + animation: WeaponArcClaw |
| 223 | + attackRate: 0.5 |
| 224 | + range: 2.5 |
| 225 | + damage: |
| 226 | + types: |
| 227 | + Blunt: 3 |
| 228 | + Structural: 5 |
| 229 | + - type: NpcFactionMember |
| 230 | + factions: |
| 231 | + - SCPs |
| 232 | + - type: TimedDespawn |
| 233 | + lifetime: 300.1 |
| 234 | + - type: TimedSpawner |
| 235 | + prototypes: |
| 236 | + - TallScp3008 |
| 237 | + intervalSeconds: 300 |
| 238 | + minimumEntitiesSpawned: 1 |
| 239 | + maximumEntitiesSpawned: 1 |
| 240 | + - type: AmbientSound |
| 241 | + volume: -7 |
| 242 | + range: 8 |
| 243 | + sound: |
| 244 | + params: |
| 245 | + variation: 0.15 |
| 246 | + path: /Audio/_Scp/Events/Scp3008/VOICE.ogg |
0 commit comments