TheManFromAnotherPlace Posted May 1, 2011 Share Posted May 1, 2011 So how about this for a weapon: a syringe filled with knockout poison that does no damage but knocks NPCs out for a certain amount of time. It could be crafted by the player using empty syringes and radscorpion poison glands or something like that. Preferably noiseless so that it would be effective when you infiltrate a camp and don't want to be discovered, and you want to deal with enemies one by one, or simply pickpocket a key or weapon off the NPC undiscovered. The "sneak attack with knife" animation could be used, as it seems to aim for the neck area. If it didn't affect your karma unless you're discovered that would make it even more useful, but maybe that can't be changed. Question is, could the game handle such a weapon, or is the neccessary scripting impossible to do with GECK? Link to comment Share on other sites More sharing options...
majinshinsa Posted May 1, 2011 Share Posted May 1, 2011 sounds like a script effect or you could just do TONS of stamina damage (like the boxing tape on steroids) Begin OnHit Ref BoxingGloveTarget Set BoxingGloveTarget to GetOwnerLastTarget If (BoxingGloveTarget != PlayerRef) && (BoxingGloveTarget.GetIsCreatureType 6 != 1) BoxingGloveTarget.damageav Fatigue 35 Else BoxingGloveTarget.damageav Health 10 EndIf End Link to comment Share on other sites More sharing options...
pikajew Posted May 10, 2011 Share Posted May 10, 2011 it already exists. :yes: :yes: http://www.newvegasnexus.com/downloads/file.php?id=39009 it's part of this mod. Link to comment Share on other sites More sharing options...
TziporaHalevi Posted May 10, 2011 Share Posted May 10, 2011 I am suddenly reminded of Dexter :O Link to comment Share on other sites More sharing options...
Moraelin Posted May 10, 2011 Share Posted May 10, 2011 Hmm, now that gives me more like the mental image of sneaking with a ST phaser set to stun :P Link to comment Share on other sites More sharing options...
Recommended Posts