mirror of
https://github.com/gwm17/catima.git
synced 2024-11-22 18:28:51 -05:00
14 lines
206 B
JavaScript
14 lines
206 B
JavaScript
|
{
|
||
|
"projectile":[11.99, 6.0],
|
||
|
"energy":{
|
||
|
"min": 100,
|
||
|
"max": 1000,
|
||
|
"step": 100
|
||
|
},
|
||
|
"material":{"A":12,
|
||
|
"Z":6,
|
||
|
"density":2.0,
|
||
|
"thickness":1.0
|
||
|
}
|
||
|
}
|