Grenade Penguin (#7283)
This commit is contained in:
@@ -75,6 +75,12 @@
|
|||||||
itemId: SyndieMiniBomb
|
itemId: SyndieMiniBomb
|
||||||
price: 6
|
price: 6
|
||||||
|
|
||||||
|
- type: uplinkListing
|
||||||
|
id: UplinkGrenadePenguin
|
||||||
|
category: Explosives
|
||||||
|
itemId: MobGrenadePenguin
|
||||||
|
price: 6
|
||||||
|
|
||||||
#- type: uplinkListing
|
#- type: uplinkListing
|
||||||
# id: UplinkExplosiveC4
|
# id: UplinkExplosiveC4
|
||||||
# category: Weapons
|
# category: Weapons
|
||||||
|
|||||||
@@ -910,6 +910,70 @@
|
|||||||
interactSuccessString: petting-success-bird
|
interactSuccessString: petting-success-bird
|
||||||
interactFailureString: petting-failure-generic
|
interactFailureString: petting-failure-generic
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: grenade penguin
|
||||||
|
parent: SimpleMobBase
|
||||||
|
id: MobGrenadePenguin
|
||||||
|
description: A small penguin with a grenade strapped around its neck. Harvested by the Syndicate from icy shit-hole planets.
|
||||||
|
components:
|
||||||
|
- type: MovementSpeedModifier
|
||||||
|
baseWalkSpeed : 7
|
||||||
|
baseSprintSpeed : 7
|
||||||
|
- type: UtilityAI
|
||||||
|
behaviorSets:
|
||||||
|
- UnarmedAttackHostiles
|
||||||
|
- type: AiFactionTag
|
||||||
|
factions:
|
||||||
|
- SimpleHostile
|
||||||
|
- type: Sprite
|
||||||
|
drawdepth: Mobs
|
||||||
|
layers:
|
||||||
|
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||||
|
state: penguin
|
||||||
|
sprite: Mobs/Animals/grenadepenguin.rsi
|
||||||
|
- type: Physics
|
||||||
|
- type: Fixtures
|
||||||
|
fixtures:
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeCircle
|
||||||
|
radius: 0.25
|
||||||
|
mass: 10
|
||||||
|
mask:
|
||||||
|
- Impassable
|
||||||
|
- MobImpassable #Bullets?!
|
||||||
|
- SmallImpassable
|
||||||
|
layer:
|
||||||
|
- Opaque
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: DamageStateVisualizer
|
||||||
|
normal: penguin
|
||||||
|
crit: dead
|
||||||
|
dead: dead
|
||||||
|
- type: Butcherable
|
||||||
|
spawned: FoodMeatPenguin
|
||||||
|
pieces: 3
|
||||||
|
- type: UnarmedCombat
|
||||||
|
range: 0.5
|
||||||
|
arcwidth: 0
|
||||||
|
arc: bite
|
||||||
|
damage:
|
||||||
|
groups:
|
||||||
|
Brute: 5
|
||||||
|
- type: Item
|
||||||
|
size: 80
|
||||||
|
- type: OnUseTimerTrigger
|
||||||
|
delay: 10
|
||||||
|
beepSound:
|
||||||
|
path: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg #funny sfx use
|
||||||
|
beepInterval: 1
|
||||||
|
- type: Explosive
|
||||||
|
devastationRange: 1
|
||||||
|
heavyImpactRange: 2
|
||||||
|
lightImpactRange: 3
|
||||||
|
flashRange: 6
|
||||||
|
- type: ExplodeOnTrigger
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: snake
|
name: snake
|
||||||
parent: SimpleMobBase
|
parent: SimpleMobBase
|
||||||
|
|||||||
BIN
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/dead.png
Normal file
BIN
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/dead.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/icon.png
Normal file
BIN
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
21
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/meta.json
Normal file
21
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/meta.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by EmoGarbage404",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "penguin",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dead"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/penguin.png
Normal file
BIN
Resources/Textures/Mobs/Animals/grenadepenguin.rsi/penguin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user