Starts creating SQL, starts parsing client JSONs

This commit is contained in:
Guillaume Tâche
2025-04-30 18:18:21 +02:00
parent a8e7a62b0c
commit 38ada274e3
278 changed files with 811699 additions and 399 deletions

View File

@@ -0,0 +1,86 @@
[
{
"EntityAttributes": [
{
"Value": 0,
"Name": "TurnCount",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 0,
"Name": "HandSize",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 0,
"Name": "Armor",
"$type": "SPTESL.IntAttribute"
},
{
"Value": false,
"Name": "EquippedHands",
"$type": "SPTESL.BoolAttribute"
},
{
"Value": 0,
"Name": "Mana",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 5,
"Name": "RuneHealth",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 5,
"Name": "NumRunes",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 5,
"Name": "NumStartingRunes",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 0,
"Name": "RingUsesLeft",
"$type": "SPTESL.IntAttribute"
},
{
"Value": false,
"Name": "CanUseRing",
"$type": "SPTESL.BoolAttribute"
},
{
"Value": 0,
"Name": "CreaturesDead",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 0,
"Name": "CreaturesDeadThisTurn",
"$type": "SPTESL.IntAttribute"
},
{
"Value": 0,
"Name": "NumRunesLost",
"$type": "SPTESL.IntAttribute"
},
{
"Value": false,
"Name": "SingletonDeck",
"$type": "SPTESL.BoolAttribute"
},
{
"Value": 0,
"Name": "PropheciesFromRuneBreak",
"$type": "SPTESL.IntAttribute"
},
{
"Value": false,
"Name": "WaxWaneOverride",
"$type": "SPTESL.BoolAttribute"
}
]
}
]