This commit is contained in:
TotallyNot 2025-11-03 16:36:45 +01:00
parent e7d6b74aab
commit 35413b563c
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
33 changed files with 10238 additions and 1891 deletions

177
src/attacker.json Normal file
View file

@ -0,0 +1,177 @@
{
"level": 100,
"name": "Pyrit",
"stats": {
"str": 1500203325,
"spd": 1547656240,
"def": 1597091496,
"dex": 2618494699
},
"strategy": {
"type": "in_order",
"order": [
"temporary",
"primary"
],
"reload": true
},
"education": {
"bio2350": true,
"bio2380": true,
"bio2410": true,
"cbt2790": false,
"cbt2820": true,
"cbt2830": true,
"cbt2840": true,
"cbt2850": true,
"cbt2860": true,
"cbt2125": true,
"gen2116": true,
"gen2119": true,
"haf2104": false,
"haf2105": false,
"haf2106": false,
"haf2107": false,
"haf2108": false,
"haf2109": false,
"his2160": true,
"his2170": true,
"mth2240": false,
"mth2250": false,
"mth2260": false,
"mth2320": false,
"mth2310": true,
"mth3330": true,
"psy2640": false,
"psy2650": false,
"psy2660": false,
"psy2670": false,
"def2710": false,
"def2730": false,
"def2740": false,
"def2750": false,
"def2760": false,
"def3770": true,
"spt2480": true,
"spt2490": false,
"spt2500": false
},
"merits": {
"life": 10,
"crits": 10,
"brawn": 0,
"protection": 0,
"sharpness": 0,
"evasion": 0,
"heavy_artillery_mastery": 0,
"machine_gun_mastery": 0,
"rifle_mastery": 5,
"smg_mastery": 10,
"shotgun_mastery": 0,
"pistol_mastery": 0,
"club_mastery": 10,
"piercing_mastery": 0,
"slashing_mastery": 0,
"mechanical_mastery": 0,
"temporary_mastery": 0
},
"faction": {
"str": 0,
"def": 0,
"spd": 0,
"dex": 0,
"life": 0,
"dmg": 0,
"acc": 0,
"side_effects": 10
},
"weapons": {
"primary": {
"id": 488,
"name": "MP 40",
"kind": "primary",
"cat": "smg",
"base_dmg": 37,
"base_acc": 41,
"dmg": 5,
"acc": 41,
"ammo": {
"clip_size": 32,
"rate_of_fire": [
3,
5
]
},
"mods": [
"high_capacity_mags",
null
],
"bonuses": [
{
"bonus": "specialist",
"value": 10
},
null
],
"compatible_mods": [
"reflex_sight",
"holographic_sight",
"acog_sight",
"thermal_sight",
"laser1mw",
"laser5mw",
"laser30mw",
"laser100mw",
"small_suppressor",
"standard_suppressor",
"large_suppressor",
"extended_mags",
"high_capacity_mags",
"extra_clip",
"extra_clip2",
"adjustable_trigger",
"hair_trigger",
"custom_grip",
"standard_brake",
"heavy_duty_brake",
"tactical_brake",
"small_light",
"precision_light",
"tactical_illuminator"
],
"experience": 0,
"japanese": false
},
"secondary": null,
"melee": null,
"temporary": {
"id": 464,
"name": "Melatonin",
"kind": "temporary",
"cat": "temporary",
"base_dmg": 0,
"base_acc": 0,
"dmg": 0,
"acc": 0,
"ammo": null,
"mods": [
null,
null
],
"bonuses": [
null,
null
],
"compatible_mods": [],
"experience": 0,
"japanese": false
}
},
"armour": {
"helmet": null,
"body": null,
"pants": null,
"gloves": null,
"boots": null
}
}