KingAlobar

DayZ - cfgEffects snippet 4 Novy Sobor Tower Spire Smoke

Mar 6th, 2022 (edited)
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.60 KB | None | 0 0
  1.         {   "AreaName": "RedSpire",
  2.             "Type": "ContaminatedArea_Static",
  3.             "TriggerType": "EffectTrigger",
  4.             "Data": {
  5.                 "Pos": [ 6997.11962890625,
  6.                 420.0,
  7.                 7848.35498046875 ],
  8.                 "Radius": 284,
  9.                 "PosHeight": 100,
  10.                 "NegHeight": 120,
  11.                 "InnerPartDist": 5,
  12.                 "OuterSpireToggle": 1,
  13.                 "OuterPartDist": 15,
  14.                 "OuterOffset": 0,
  15.                 "VerticalLayers": 0,
  16.                 "VerticalOffset": 0,
  17.                 "ParticleName": "graphics/particles/smoke_M18_red_02"
  18.                 },
  19.             "PlayerData": {
  20.                 "AroundPartName": "graphics/particles/",
  21.                 "TinyPartName": "graphics/particles/",
  22.                 "PPERequesterType": ""
  23.             }
  24.         },
  25.         {   "AreaName": "PurpleSpire",
  26.             "Type": "ContaminatedArea_Static",
  27.             "TriggerType": "EffectTrigger",
  28.             "Data": {
  29.                 "Pos": [ 6997.11962890625,
  30.                 410.0,
  31.                 7848.35498046875 ],
  32.                 "Radius": 154,
  33.                 "PosHeight": 100,
  34.                 "NegHeight": 200,
  35.                 "InnerSpireCount": 1,
  36.                 "InnerPartDist": 5,
  37.                 "OuterSpireToggle": 1,
  38.                 "OuterPartDist": 25,
  39.                 "OuterOffset": 0,
  40.                 "VerticalLayers": 0,
  41.                 "VerticalOffset": 0,
  42.                 "ParticleName": "graphics/particles/smoke_M18_purple_02"
  43.                 },
  44.             "PlayerData": {
  45.                 "AroundPartName": "graphics/particles/",
  46.                 "TinyPartName": "graphics/particles/",
  47.                 "PPERequesterType": ""
  48.             }
  49.         },
  50.         {   "AreaName": "YellowSpire",
  51.             "Type": "ContaminatedArea_Static",
  52.             "TriggerType": "EffectTrigger",
  53.             "Data": {
  54.                 "Pos": [ 6997.11962890625,
  55.                 415.0,
  56.                 7848.35498046875 ],
  57.                 "Radius": 144,
  58.                 "PosHeight": 80,
  59.                 "NegHeight": 150,
  60.                 "InnerPartDist": 5,
  61.                 "OuterSpireToggle": 1,
  62.                 "OuterPartDist": 15,
  63.                 "OuterOffset": 0,
  64.                 "VerticalLayers": 0,
  65.                 "VerticalOffset": 0,
  66.                 "ParticleName": "graphics/particles/smoke_M18_yellow_02"
  67.                 },
  68.             "PlayerData": {
  69.                 "AroundPartName": "graphics/particles/",
  70.                 "TinyPartName": "graphics/particles/",
  71.                 "PPERequesterType": ""
  72.             }
  73.         },
  74.         {   "AreaName": "GreenSpire",
  75.             "Type": "ContaminatedArea_Static",
  76.             "TriggerType": "EffectTrigger",
  77.             "Data": {
  78.                 "Pos": [ 6997.11962890625,
  79.                 405.0,
  80.                 7848.35498046875 ],
  81.                 "Radius": 124,
  82.                 "PosHeight": 100,
  83.                 "NegHeight": 150,
  84.                 "InnerPartDist": 5,
  85.                 "OuterSpireToggle": 1,
  86.                 "OuterPartDist": 15,
  87.                 "OuterOffset": 0,
  88.                 "VerticalLayers": 0,
  89.                 "VerticalOffset": 0,
  90.                 "ParticleName": "graphics/particles/smoke_M18_green_02"
  91.                 },
  92.             "PlayerData": {
  93.                 "AroundPartName": "graphics/particles/",
  94.                 "TinyPartName": "graphics/particles/",
  95.                 "PPERequesterType": ""
  96.             }
  97.         }
Add Comment
Please, Sign In to add comment