@HouseBee @Beach warrior (Gut Plaer) http://download.wicmwmod.com/support/ex_mwm_toolbox_10098.zip unzip, drop 'ex_mwm_toolbox' into python/ folder inside your wic installation if python folder does not exist, then create it print_ice - Prints ice member parasite onto game chat window Usage instructions: Use examples - bring up console and try typing in following: py import ex_mwm_toolbox py ex_mwm_toolbox.get_ice.print_unit( 'US_MIM104_Patriot', 'myHealth' ) py value = 'myParasites.MultipleShooter(0).myPrimaryShooter.pythonRockets.myAmmoTypes.70mm_rockets.myMaxRange' py ex_mwm_toolbox.get_ice.print_unit( 'US_AH_Apache_Longbow', value ) NB: If you try to print a parasite that has no leaf node (referencing a directory/tree), game will crash. ok so @Beach warrior (Gut Plaer) you are right. the modkit provided unittypes_wic.juice is out of date/invalid py ex_mwm_toolbox.get_ice.print_unit('US_AH1_Super_Cobra', 'myHealth') returns 320 py value = 'myParasites.RocketLauncher.myPrimaryShooter.Rockets.myAmmoTypes.Sidewinder.myMaxRange' py ex_mwm_toolbox.get_ice.print_unit('USSR_SA13_Gopher', value)