Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glimmer Scorpion #2101

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,66 @@
- GlimmerMonster
- type: NPCRetaliation
attackMemoryLength: 10

- type: entity
name: glimmer scorpion
parent: [ SimpleSpaceMobBase, FlyingMobBase, MobCombat ]
id: MobGlimmerScorpion
description: holy fuck
components:
- type: Sprite
sprite: DeltaV/Mobs/Ghosts/glimmerscorpion.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: scorpy
- type: DamageStateVisuals
states:
Alive:
Base: scorpy
Dead:
Base: scorpy_dead
- type: MobThresholds
thresholds:
0: Alive
200: Dead
- type: SlowOnDamage
speedModifierThresholds:
50: 0.7
- type: MeleeWeapon
damage:
types:
Slash: 5
Toxin: 10
animation: WeaponArcBite
soundHit:
path: /Audio/Effects/bite.ogg
- type: MovementSpeedModifier
baseSprintSpeed: 4
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.35
density: 100 #im just putting whatever numbers for this shit feel free to correct me if you understand this better than i do uaeuaueaeu
mask:
- FlyingMobMask
layer:
- FlyingMobLayer
- type: MovementIgnoreGravity
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Ectoplasm
Quantity: 100
- type: CombatMode
- type: ReplacementAccent
accent: xeno
- type: PotentialPsionic
- type: Psionic
- type: NpcFactionMember
factions:
- GlimmerMonster
- type: NPCRetaliation
attackMemoryLength: 10
12 changes: 12 additions & 0 deletions Resources/Prototypes/_DV/GameRules/glimmer_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- id: GlimmerRevenantSpawn
- id: GlimmerMiteSpawn
- id: GlimmerRandomSentience
- id: GlimmerScorpionSpawn

- type: entity
parent: BaseGameRule
Expand Down Expand Up @@ -42,3 +43,14 @@
glimmerBurnLower: 20
glimmerBurnUpper: 60
- type: RandomSentienceRule

- type: entity
parent: BaseGlimmerSignaturesEvent
id: GlimmerScorpionSpawn
components:
- type: GlimmerEvent
minimumGlimmer: 200
maximumGlimmer: 900
- type: GlimmerMobRule
mobPrototype: MobGlimmerScorpion
glimmerTier: Moderate
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "leonardo_dabepis (232229415176634368) on Discord",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "scorpy",
"directions": 4,
"delays": [
[
0.2,
0.3,
0.2,
0.3
],
[
0.2,
0.3,
0.2,
0.3
],
[
0.2,
0.3,
0.2,
0.3
],
[
0.2,
0.3,
0.2,
0.3
]
]
},
{
"name": "icon"
},
{
"name": "scorpy_dead"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading