Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. PASSIVE EFFECT LIST
  2.  
  3. CraftingTime,
  4. CraftingQuality,
  5.  
  6. RepairAmount,
  7. RepairQualityLoss,
  8.  
  9. RangedFalloff,
  10. ReloadSpeed,
  11.  
  12. ArmorDefense,
  13.  
  14. HealthMax,
  15. HealthGainOT,
  16. HealthLossOT,
  17. HealthGain,
  18. HealthLoss,
  19.  
  20. StaminaMin,
  21. StaminaMax,
  22. StaminaGainOT,
  23. StaminaLossOT,
  24. StaminaGain,
  25. StaminaLoss,
  26.  
  27. FoodMax,
  28. FoodGainOT,
  29. FoodLossOT,
  30. FoodGain,
  31. FoodLoss,
  32.  
  33. WaterMin,
  34. WaterMax,
  35. WaterGainOT,
  36. WaterLossOT,
  37. WaterGain,
  38. WaterLoss,
  39.  
  40. WellnessMin,
  41. WellnessMax,
  42. WellnessGain,
  43. WellnessLoss,
  44. WellnessGainOT,
  45. WellnessLossOT,
  46.  
  47. GasGain, //Do we even use this in the gameplay?
  48. SicknessGain, //Do we even use this in the gameplay?
  49.  
  50. MaxSpeed,
  51. WalkSpeed,
  52. RunSpeed,
  53. CrouchSpeed,
  54.  
  55. LootTime,
  56. LootQuality,
  57. HarvestCount,
  58.  
  59. Noise,
  60. //Visibility,
  61. Smell,
  62. Crawl,
  63. DismemberChance, ; decapitation
  64. TreasureRadius,
  65. BreathHoldDuration,
  66. Bartering,
  67. SecretStash,
  68. Skill,
  69. Attribute,
  70. PlayerExpGain,
  71. ActionSkillExpGain,
  72. CoreTemp,
  73. SpeedModifier,
  74.  
  75.  
  76. CriticalChance,
  77.  
  78.  
  79. EntityDamage,
  80. BlockDamage,
  81. BlockRepair,
  82. DegradationRate,
  83. Accuracy,
  84. MagazineSize,
  85.  
  86. ExplosionRadius,
  87.  
  88. ConcussiveProtection,
  89. PunctureProtection,
  90. RadiationProtection,
  91. WetnessProtection,
  92. FireProtection,
  93. DiseaseProtection,
  94. AsphyxiationProtection,
  95. CorrosiveProtection,
  96. ElectricalProtection,
  97.  
  98. ConcussiveDamage,
  99. PunctureDamage,
  100. FireDamage,
  101. CorrosiveDamage,
  102. ElectricalDamage,
  103.  
  104. Insulation,
  105. Weight,
  106. DegradationMin,
  107. DegradationMax,
  108. ApplyBuff,
  109. ResistBuff,
  110.  
  111. VehicleDamagePassedToPlayer,
  112. VehicleSteering,
  113. VehicleMaxSteeringAngle,
  114. VehicleAcceleration,
  115. VehicleBraking,
  116. VehiclePlayerStaminaDrainRate,
  117. VehicleMaxSpeed,
  118. VehicleMetersPerLiter,
  119. VehicleIdleSecondsPerLiter,
  120. VehicleNoise,
  121. VehicleTraction,
  122. VehicleDrag,
  123. VehicleStartDelayInSeconds,
  124. VehicleStartChance,
  125. VehicleTankSize,
  126. VehicleStorageWidth,
  127. VehicleStorageHeight,
  128.  
  129. BatteryMaxLoadInVolts,
  130. BatteryDischargeTimeInMinutes,
  131.  
  132. LightIntensity,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement