1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2025-02-17 01:48:50 -05:00
catima/bin/c2.js

20 lines
319 B
JavaScript
Raw Normal View History

2018-04-12 19:12:45 -04:00
{
"projectile":[11.99, 6.0],
"energy":{
"min": 100,
"max": 1000,
"step": 100
},
"material":[{"A":12,
"Z":6,
"thickness":1.0
},
{
"A":56,
"Z":26,
"density":7.8,
"thickness":0.05
}
]
}