Участник:IanComradeBot/component/smokeOnTrigger.json: различия между версиями

Update component/smokeOnTrigger.json via GitHub Actions
 
м Update component/smokeOnTrigger.json via GitHub Actions
Метка: отменено
Строка 19: Строка 19:
"id": {
"id": {
"BulletGrenadeCleanade": {
"BulletGrenadeCleanade": {
"keysIn": [
"duration": 3.5,
"trigger"
"spreadAmount": 30,
],
"smokePrototype": "Foam",
"solution": {
"solution": {
"maxVol": 30,
"reagents": [
"reagents": [
{
{
"data": [],
"ReagentId": "SpaceCleaner",
"ReagentId": "SpaceCleaner",
"Quantity": 30
"Quantity": 30
}
}
]
]
},
}
"smokePrototype": "Foam",
"spreadAmount": 30,
"duration": 3.5
},
},
"CleanerGrenade": {
"CleanerGrenade": {
Строка 40: Строка 35:
"timer"
"timer"
],
],
"duration": 15,
"spreadAmount": 50,
"smokePrototype": "Foam",
"solution": {
"solution": {
"maxVol": 30,
"reagents": [
"reagents": [
{
{
"data": [],
"ReagentId": "SpaceCleaner",
"ReagentId": "SpaceCleaner",
"Quantity": 30
"Quantity": 30
}
}
]
]
},
}
"smokePrototype": "Foam",
"spreadAmount": 50,
"duration": 15
},
},
"AdminInstantEffectSmoke3": {
"AdminInstantEffectSmoke3": {
"keysIn": [
"duration": 3,
"trigger"
"spreadAmount": 1
],
"solution": {
"reagents": []
},
"spreadAmount": 1,
"duration": 3
},
},
"AdminInstantEffectSmoke10": {
"AdminInstantEffectSmoke10": {
"keysIn": [
"duration": 10,
"trigger"
],
"solution": {
"reagents": []
},
"spreadAmount": 30
"spreadAmount": 30
},
},
"AdminInstantEffectSmoke30": {
"AdminInstantEffectSmoke30": {
"keysIn": [
"duration": 30,
"trigger"
"spreadAmount": 50
],
"solution": {
"reagents": []
},
"spreadAmount": 50,
"duration": 30
},
},
"AdminInstantEffectTearGas": {
"AdminInstantEffectTearGas": {
"keysIn": [
"duration": 10,
"trigger"
"spreadAmount": 30,
],
"solution": {
"solution": {
"maxVol": 50,
"reagents": [
"reagents": [
{
{
"data": [],
"ReagentId": "TearGas",
"ReagentId": "TearGas",
"Quantity": 50
"Quantity": 50
}
}
]
]
},
}
"spreadAmount": 30
},
},
"TearGasGrenade": {
"TearGasGrenade": {
Строка 103: Строка 75:
"timer"
"timer"
],
],
"duration": 10,
"spreadAmount": 30,
"smokePrototype": "TearGasSmokeWhite",
"solution": {
"solution": {
"maxVol": 20,
"reagents": [
"reagents": [
{
{
"data": [],
"ReagentId": "TearGas",
"ReagentId": "TearGas",
"Quantity": 20
"Quantity": 20
}
}
]
]
},
}
"smokePrototype": "TearGasSmokeWhite",
"spreadAmount": 30
},
},
"MetalFoamGrenade": {
"MetalFoamGrenade": {
Строка 120: Строка 91:
"timer"
"timer"
],
],
"solution": {
"duration": 10,
"reagents": []
"spreadAmount": 20,
},
"smokePrototype": "AluminiumMetalFoam"
"smokePrototype": "AluminiumMetalFoam",
"spreadAmount": 20
},
},
"SmokeGrenade": {
"SmokeGrenade": {
Строка 130: Строка 99:
"timer"
"timer"
],
],
"solution": {
"duration": 30,
"reagents": []
"spreadAmount": 50
},
"spreadAmount": 50,
"duration": 30
}
}
}
}
}
}