PoppycarsStatAdditions
Adds some additional stats, made by poppycars
Last updated | 2 months ago |
Total downloads | 187768 |
Total rating | 1 |
Categories | Server-side Gameplay Utilities Patch |
Dependency string | poppycars-PoppycarsStatAdditions-0.0.9 |
Dependants | 10 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_ROUNDS
BepInEx pack for ROUNDS. Preconfigured and ready to use.
Preferred version: 5.4.1900Pykess-CardChoiceSpawnUniqueCardPatch
Patches erroneous logic in the base game CardChoice method SpawnUniqueCard
Preferred version: 0.1.9Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.4.6willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.10README
Poppycars Stat Additions
This is a BepInEx compatible mod for ROUNDS that adds some stats for others to use
Thank you to everyone in the ROUNDS modding community, who helped me, especially Pykess, HatchetDaddy, Root and Willuwontu.
Stats Added
Thorns [FLOAT default: 0]
-A Stat that makes it so when you take damage you reflect some of it back based on your amount of thorns. values: 0-inf
Thorns Percent [FLOAT default: 1f]
-A Stat that controls how much thorns damage you take. values: 0-inf
Lethal Thorns [Bool default: false]
-A Stat that controls if your thorns are lethal to others. values: true/false
Lethal Self Thorns [Bool default: false]
-A Stat that controls if your thorns are lethal to yourself. values: true/false
Damage resistance [FLOAT default: 1f]
-A Stat that reduces the amount of damage you take. (damage/resistance = final damage) values: *0-inf (0 is not inclusive)
Damage resistance flat [FLOAT default: 0f]
-A Stat that reduces the amount of damage you take. (damage-damage*resistance = final damage) values: 0-1
Damage multiplier[FLOAT default: 1f]
-A Stat that increases the amount of damage you take. (damage*mult = final damage) values: 1-inf
Reduction Pierce [FLOAT default: 0f]
-A Stat that controls how much your bullets deal to opponents with damage reduction (i.e. reduces their reduction). values: 0-1
Self Thorns [BOOL default: false]
-A Stat that makes it so when you hit others you take damage based on your amount of thorns. values: true/false
Self Thorns Percent [FLOAT default: 1f]
-A Stat that controls how much damage you take from your "self thorns" (SelfThornsPercentThornsDamage = final damage you take). values: 0-inf
Heal Reduction [FLOAT default: 1f]
-A Stat that reduces how much you heal. (healing/reduction) values: *0-inf (0 is not inclusive)
No Heal [BOOL default: false]
-A Stat that makes it so you dont heal. values: true/false
Heal Damage [BOOL default: false]
-A Stat that makes it so when you would have healed you instead take damage. values: true/false
Heal Damage Percent [FLOAT default: 1f]
-A Stat that controls how much of the healing gets converted to damage. values: 0-inf