Ethanol: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
BTGamepedia>EndlessSeptember
No edit summary
BTGamepedia>EndlessSeptember
No edit summary
Line 8: Line 8:
!Notes
!Notes
|-
|-
| Example || 15 Credits || 15 Credits
| Example || 15 Credits || 15 Credits|| 20Credits|| 50 Credits|| 60 Credits
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
|}
Medical alcohol used as an ingredient in the manufacture of various medicines. Drinking while on duty is not advised.
Medical alcohol used as an ingredient in the manufacture of various medicines. Drinking while on duty is not advised.


Tags="smallitem,chem,medical" useinhealthinterface="true" scale="0.2" impactsoundtag="impact_metal_light">
Tags="smallitem,chem,medical" useinhealthinterface="true" scale="0.2" impactsoundtag="impact_metal_light">
    <!-- TODO: adjust prices -->
    <Price locationtype="Research" buyprice="15" />
    <Price locationtype="Military" buyprice="15" />
    <Price locationtype="City" buyprice="20" />
    <Price locationtype="Outpost" buyprice="50" />
    <Price locationtype="Mine" buyprice="60" />


      
      

Revision as of 02:17, 29 December 2019

Material Price Research Price Military Price City Price Outpost Price Mine Notes
Example 15 Credits 15 Credits 20Credits 50 Credits 60 Credits

Medical alcohol used as an ingredient in the manufacture of various medicines. Drinking while on duty is not advised.

Tags="smallitem,chem,medical" useinhealthinterface="true" scale="0.2" impactsoundtag="impact_metal_light">


     <StatusEffect type="OnUse" target="This" Condition="-50.0" disabledeltatime="true" />
     <StatusEffect type="OnUse" target="Character" delay="10" duration="10">
       <Affliction identifier="drunk" amount="2.0" />
       <Affliction identifier="psychosisresistance" amount="10" />
     </StatusEffect>
     <StatusEffect type="OnBroken" target="This">
       <Remove />
     </StatusEffect>
   </Holdable>
 </Ethanol>