Skip to content

Commit

Permalink
Comment out evolutions without enough abilities
Browse files Browse the repository at this point in the history
Fixes #1998
  • Loading branch information
DrSmugleaf committed May 11, 2024
1 parent 9a1445e commit 6ff61dc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/defender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
tier: 1
hudOffset: 0,0.2
- type: XenoEvolution
evolvesTo:
- CMXenoWarrior
# evolvesTo:
# - CMXenoWarrior
- type: XenoPlasma
plasma: 100
maxPlasma: 100
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
- type: XenoDevour
- type: XenoEvolution
evolvesTo: # TODO CM14 Queen
- CMXenoCarrier
- CMXenoBurrower
# - CMXenoCarrier
# - CMXenoBurrower
- CMXenoHivelord
- type: XenoPheromones
pheromonesMultiplier: 2
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/lurker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
- type: XenoArmor
explosionArmor: 20
- type: XenoEvolution
evolvesTo:
- CMXenoRavager
# evolvesTo:
# - CMXenoRavager
- type: MeleeWeapon
attackRate: 0.75
damage:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
- type: XenoArmor
explosionArmor: 10
- type: XenoEvolution
evolvesTo:
- CMXenoLurker
# evolvesTo:
# - CMXenoLurker
- type: XenoZoom
- type: MeleeWeapon
attackRate: 1.4
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/sentinel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
- type: XenoArmor
explosionArmor: 10
- type: XenoEvolution
evolvesTo:
- CMXenoSpitter
# evolvesTo:
# - CMXenoSpitter
- type: XenoParalyzingSlash
- type: XenoSlowingSpit
- type: XenoScatteredSpit
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/spitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
maxPlasma: 600
plasmaRegenOnWeeds: 4
- type: XenoEvolution
evolvesTo:
- CMXenoPraetorian
- CMXenoBoiler
# evolvesTo:
# - CMXenoPraetorian
# - CMXenoBoiler
- type: XenoArmor
armor: 15
explosionArmor: 20
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_CM14/Entities/Mobs/Xeno/warrior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
maxPlasma: 0
plasmaRegenOnWeeds: 0
- type: XenoEvolution
evolvesTo:
- CMXenoCrusher
- CMXenoPraetorian
# evolvesTo:
# - CMXenoCrusher
# - CMXenoPraetorian
- type: XenoArmor
armor: 20
explosionArmor: 40
Expand Down

0 comments on commit 6ff61dc

Please sign in to comment.