Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

Fantafaust

Uploaded by

Fantafaust

Virus scan

Safe to use

Tags for this mod

About this mod

Adds 1 point of damage to items that you inject via needle. Because ow.

Requirements
Permissions and credits
ESPless mod that adds either a single point of damage or a max of 5 points of damage to chems that use needles for delivery.

That's it. I wanted it because having them do a point of damage makes the screen do that thing where it gets blurry implying pain.


Installation
Install all requirements and this mod, make sure they're enabled.
Check config file is set how you want it.


Usage
When you use any chem enabled in the config file, you will take either a flat 1 point of damage, or a variable amount starting from 5 that gets reduced to 0 depending on your Intelligence level and Medicine skill.

Only whole numbers are used for damage, and they are rounded up to make them whole. Formula here:
(GetMaxOf 0 (Ceil(5-((Player.GetPermAV Intelligence)/4)-((Player.GetPermAV Medicine)/40))))

Example

Spoiler:  
Show
You have 8 Intelligence and 42 Medicine skill

(GetMaxOf 0 (Ceil(5-((8)/4)-((42)/40))))
(GetMaxOf 0 (Ceil(5-(2)-(1.05))))
(GetMaxOf 0 (Ceil(1.95)))
(GetMaxOf 0 (2))
(2)

You take 2 damage.


Configuration
Use the config file, in Data/Config/NeedlesHurt.ini, to disable aspects of the mod.
bCheckMedicalKnowledge=0 ; use a flat 1 point of damage instead of the Intelligence and Medicine check
b[chemname]Allowed=0 ; disable specific chems

Currently Covered Chems
Spoiler:  
Show
; Vanilla Chems
Med-X
Rebound
Super Stimpak
Psycho
Radaway
Slasher
Stimpak

; Lonesome Road Chems
Auto-Inject Stimpak
Auto-Inject Super Stimpak

; Hit - Drugs Chems
Daddy-O
Fury
Overdrive
Smooch
Voodoo


Compatibility
- Automatic Lonesome Road support.
- Automatic Hit - Drugs support.


Recommended Mods
- Just Assorted Mods
Custom Health and AP Visuals - Go in the config file for this and disable the extra stuff if you like your game more serious.


Future Plans
Nothing specific. You can request chems from other mods be added, so long as they have needles/imply they are delivered via needles.