Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Balanceamentos e correções
Browse files Browse the repository at this point in the history
  • Loading branch information
LaryNevesPR committed Sep 5, 2024
1 parent 2b6ad39 commit 6451771
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Resources/Prototypes/EstacaoPirata/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: damageModifierSet
id: Cambion
coefficients:
Heat: 0.50
Cold: 1.30
Heat: 0.6
Cold: 1.30
Piercing: 1.2
12 changes: 5 additions & 7 deletions Resources/Prototypes/EstacaoPirata/Mobs/Species/Cambion.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- type: entity
parent: BaseMobHuman
name: Urist McTief
name: Urist McDemon
id: MobCambionBase
abstract: true
components:
#- type: MovementSpeedModifier
# baseWalkSpeed : 7
# baseSprintSpeed : 7
- type: HumanoidAppearance
species: Cambion
- type: MeleeWeapon
Expand All @@ -17,8 +20,6 @@
Heat: 1.5
- type: Body
prototype: Human
- type: TypingIndicator
proto: oni
- type: Stamina
critThreshold: 85
- type: Temperature
Expand All @@ -28,15 +29,12 @@
specificHeat: 42
coldDamage:
types:
Cold : 1 #per second, scales with temperature & other constants
Cold : 0.3 #per second, scales with temperature & other constants
heatDamage:
types:
Heat : 0.5 #per second, scales with temperature & other constants
- type: Damageable
damageModifierSet: Cambion
- type: MovementSpeedModifier
baseWalkSpeed : 7
baseSprintSpeed : 7

- type: entity
save: false
Expand Down

0 comments on commit 6451771

Please sign in to comment.