Files
corrosion-admin-panel/docs/reference-repos/the4rchangel/public/data/stat-reference.json
Vantz Stockwell 651a35d4be
All checks were successful
CI / backend-types (push) Successful in 10s
CI / frontend-build (push) Successful in 15s
CI / agent-tests (push) Successful in 39s
CI / integration (push) Successful in 22s
docs(reference): import Dune: Awakening server-manager references
Phase 2 references for the host-agent Dune adapter, moved out of volatile /tmp
into docs/reference-repos/ (per Commander). Three upstream projects, .git +
node_modules + compiled binaries stripped (16MB source). Nested AI-instruction
files (.claude/, CLAUDE.md) removed so they don't pollute Corrosion sessions.

- icehunter/    dune-admin (Go+React) — 4 control planes; SETUP_DOCKER.md is the
                closest analog to our agent's Dune docker control plane (compose
                lifecycle, docker logs, RabbitMQ-via-exec, dune Postgres schema)
- adainrivers/  Rust/Tauri desktop — SSH+k8s BattleGroup control, maintenance
                daemon, in-game admin console (Rust idiom reference)
- the4rchangel/ Node web UI replacing battlegroup.bat — matches the Commander's
                Hyper-V self-host path + game-config schema

See docs/reference-repos/README.md for the full index + how we use each.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 21:08:05 -04:00

178 lines
4.2 KiB
JSON

{
"_meta": {
"source": "database inspection",
"date": "2026-05-20"
},
"actor_properties": {
"DamageableActorComponent": {
"m_TotalMaxHealth": {
"type": "float",
"description": "Maximum health pool",
"default": 100.0
},
"m_CurrentMaxHealth": {
"type": "float",
"description": "Current max health (should match TotalMax)",
"default": 100.0
}
},
"TechKnowledgePlayerComponent": {
"m_TechKnowledgePoints": {
"type": "int",
"description": "Unspent tech knowledge points",
"default": 0
},
"m_NextTechTreeUpgradeIndex": {
"type": "int",
"description": "Number of tech tree upgrades purchased",
"default": 0
}
},
"BP_DunePlayerCharacter_C": {
"m_EyesOfIbadValue": {
"type": "float",
"description": "Blue-in-blue eye intensity (0.0 to 1.0)",
"default": 0.0
},
"m_bShowHelmet": {
"type": "bool",
"description": "Show/hide helmet",
"default": true
},
"m_bCharacterHasBeenFinalized": {
"type": "bool",
"description": "Character creation complete",
"default": true
}
},
"WeaponActorComponent": {
"m_FavoriteWeaponItemDatabaseId": {
"type": "string",
"description": "Favorite weapon reference",
"default": "!!itm#0"
}
}
},
"gas_attributes": {
"DuneHydrationAttributeSet": {
"CurrentHydration": {
"type": "float_pair",
"description": "Water level",
"default": 100.0,
"fields": [
"BaseValue",
"CurrentValue"
]
},
"HeatExhaustion": {
"type": "float_pair",
"description": "Heat exhaustion level",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
},
"DehydrationPenalty": {
"type": "float_pair",
"description": "Dehydration debuff",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
},
"ClothingCapturedWater": {
"type": "float_pair",
"description": "Water collected by stillsuit",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
}
},
"DuneSpiceAddictionAttributeSet": {
"CurrentSpice": {
"type": "float_pair",
"description": "Spice amount",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
},
"SpiceExposure": {
"type": "float_pair",
"description": "Spice exposure level",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
},
"SpiceTolerance": {
"type": "float_pair",
"description": "Spice tolerance",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
},
"SpiceAddictionLevel": {
"type": "float_pair",
"description": "Addiction level",
"default": 0.0,
"fields": [
"BaseValue",
"CurrentValue"
]
}
}
},
"inventory_types": {
"0": "Main Inventory (backpack)",
"1": "Recipes/Knowledge",
"12": "Emote Wheel",
"14": "Social/Cosmetic Outfits",
"15": "Hotbar (equipment slots)",
"20": "Quick-use Consumables",
"25": "Unknown (25)",
"27": "Equipped Garments",
"29": "Unknown (29)",
"30": "Storage/Overflow",
"31": "Unknown (31)",
"32": "Unknown (32)",
"33": "Unknown (33)"
},
"item_stats_format": {
"stackable": {
"FItemStackAndDurabilityStats": [
[],
{
"DecayedMaxDurability": 0.0
}
]
},
"equipment": {
"FCustomizationStats": [
[],
{}
],
"FItemStackAndDurabilityStats": [
[],
{}
]
},
"simple": {
"FItemStackAndDurabilityStats": [
[],
{}
]
}
},
"currency_table": "player_virtual_currency_balances",
"faction_table": "player_faction_reputation",
"specialization_table": "specialization_tracks"
}