Advertisement
KingAlobar

DayZ Paradise Isle grotto fire cfgeffect snippet

Mar 14th, 2022
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1.  
  2.         {     "AreaName": "Poolfire1", 
  3.             "Type": "ContaminatedArea_Static",
  4.             "TriggerType": "EffectTrigger",
  5.             "Data": {
  6.                 "Pos": [ 14511.5,
  7.                 -11.7,
  8.                 2541.08 ],
  9.                 "ParticleName": "graphics/particles/fire_bonfire"
  10.                 }
  11.         },
  12.         {     "AreaName": "Poolfire2", 
  13.             "Type": "ContaminatedArea_Static",
  14.             "TriggerType": "EffectTrigger",
  15.             "Data": {
  16.                 "Pos": [ 14499.9,
  17.                 -11.7,
  18.                 2540.88 ],
  19.                 "ParticleName": "graphics/particles/fire_bonfire"
  20.                 }
  21.         },
  22.         {     "AreaName": "Poolfire3", 
  23.             "Type": "ContaminatedArea_Static",
  24.             "TriggerType": "EffectTrigger",
  25.             "Data": {
  26.                 "Pos": [ 14505.3,
  27.                 -11.7,
  28.                 2531.27 ],
  29.                 "ParticleName": "graphics/particles/fire_bonfire"
  30.                 }
  31.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement