You are viewing a potentially older version of this package. View all versions.
Snowlance-SCP956-0.3.0 icon

SCP956

Adds a pinata (and candy) to the game

Date uploaded 2 weeks ago
Version 0.3.0
Download link Snowlance-SCP956-0.3.0.zip
Downloads 4181
Dependency string Snowlance-SCP956-0.3.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
Evaisa-LethalLib-0.15.1 icon
Evaisa-LethalLib

Personal modding tools for Lethal Company

Preferred version: 0.15.1

README

SCP-956 (The Pinata)

Description

Adds SCP-956 to the game along with a few other SCP's (more to come).

Features

  • Player Age: A random age is chosen for every player at the start of each game.
  • SCP-956: A Pinata that hates children.
  • Behaviors: = Default intended behavior: SCP-956 will activate whenever someone under the age of 12 stays within its activation zone.
    • SecretLab: Works similar to the game SCP: Secret Lab. Candy will give random effects (coming soon) and SCP-956 will activate anyone holding candy.
    • Random Age: Everyone is assigned a random age at the beginning of the game and its possible to be a child.
    • All: SCP-956 will activate when anyone stays within its activation zone, regardless of age.
  • SCP-559: A mysterious cake that can change your age
  • Candy: Mysterious candy with random effects
  • SCP-330: A dangerous bowl of candy, make sure to read the warning label
  • Custom Candy Effects: See section below for how to use

Custom Candy Effects (Experimental)

There will be a config for each piece of candy (except rainbow and pink). For each candy you can customize it to give many different status effects based on the config. An example on how to format the config entry is shown in the config as the default value. You need to list each effect, followed by its parameters like this in this format: Effect:Param1,Param2; It is case sensitive. "stackable" means its percentage can be increased when running that effect again. "timeStackable" means its time can be added onto to prolong the effect. A list of all available effects and their parameters are listed below:

  • HealPlayer:HealthAmount(int),Overheal(bool);
  • RestoreStamina:Percentage(int);
  • HealthRegen:HPPerSecond(int),Seconds(int);
  • StatusNegation:Seconds(int),TimeStackable(bool);
  • DamageReduction:Seconds(int),Percentage(int),TimeStackable(bool),Stackable(bool);
  • InfiniteSprint:Seconds(int),TimeStackable(bool);
  • IncreasedMovementSpeed:Seconds(int),Percentage(int),TimeStackable(bool),Stackable(bool);

Upcoming Plans

  • Ability to kill SCP-956 with explosions
  • Death animation for SCP-956
  • Animation for player turning into SCP-956
  • Candy bags for easier candy management

Known Issues

  • When a player becomes targeted by SCP-956 and player is facing a wall, SCP-956's navigation can be bugged
  • When shrunk player uses terminal, cant see the full screen
  • When player is overhealed and takes damage, resets health to 100 rather than taking off damage amount
  • When player loses their hands from SCP-330, their hands are still visible

Support and Feedback

You can find my thread here in the modding discord: https://discord.com/channels/1168655651455639582/1244167215876407337. Please report any bugs or issues here and ill try my best to fix them. Suggestions are also very welcome! You can also report them on the github page here: https://github.com/snowlance7/SCP956

Credit

CHANGELOG

1.0.0

  • Made it so activation times are shorter when using Secret Lab Behavior
  • Removed behavior system, 'random age' and 'all' behaviors moved to separate configs
  • Reworked configs
  • Secret Lab behavior has its own config section and got completely reworked, more info in README
  • Added Candy Bags
  • Candy no longer has value
  • Added new candy type
  • SCP-956 can now die to explosions
  • When under the age of 12, you move faster and have more stamina
  • Other small tweaks

0.3.0

  • 11 candles instead of 10 for cake
  • Changes to cake model
  • Enabled spawning pinata for all behaviors
  • Secret mechanic for cake :3
  • Height of child players changed from 0.8 to 0.7
  • Other small tweaks

0.2.5

  • Small fix that might fix compatibility with Deathnote mod

0.2.4

  • Fixed small game breaking bug oops

0.2.3

  • Added more candles to cake
  • Some temp bug fixes

0.2.2

  • Temp fix for bugging out when landing on a moon

0.2.1

  • Added configs to disable SCP-956, SCP-559, and SCP-330 (In case you want to use just the items or enemy)
  • Small description fix

0.2.0

  • Added SCP-330
  • Added candy effects
  • Added custom status effects
  • SCP-559 now works correctly
  • Added more config options
  • SCP559 now heals you a little bit when you eat it