Upload 5 files
Browse files- README.md +87 -0
- decisions.csv +86 -0
- decisions.json +1107 -0
- game_states.csv +86 -0
- game_states.json +1107 -0
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- reinforcement_learning
|
| 5 |
+
- decision_making
|
| 6 |
+
task_ids:
|
| 7 |
+
- emoji_quest_rl
|
| 8 |
+
pretty_name: Emoji Quest RL Dataset
|
| 9 |
+
dataset_info:
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: game_states
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train
|
| 14 |
+
path: game_states.csv
|
| 15 |
+
features:
|
| 16 |
+
- name: timestamp
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: action
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: reward
|
| 21 |
+
dtype: float64
|
| 22 |
+
- name: outcome
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: decision_type
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: player_state_snapshot
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: enemy_info
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: player_state
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: enemy_state
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: enemy_count
|
| 35 |
+
dtype: int64
|
| 36 |
+
- name: game_state
|
| 37 |
+
dtype: string
|
| 38 |
+
- config_name: decisions
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train
|
| 41 |
+
path: decisions.csv
|
| 42 |
+
features:
|
| 43 |
+
- name: timestamp
|
| 44 |
+
dtype: int64
|
| 45 |
+
- name: action
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: reward
|
| 48 |
+
dtype: float64
|
| 49 |
+
- name: outcome
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: decision_type
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: player_state_snapshot
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: enemy_info
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: player_state
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: enemy_state
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: enemy_count
|
| 62 |
+
dtype: int64
|
| 63 |
+
- name: game_state
|
| 64 |
+
dtype: string
|
| 65 |
+
default: game_states
|
| 66 |
+
---
|
| 67 |
+
# Emoji Quest RL Dataset
|
| 68 |
+
Reinforcement learning dataset from Emoji Quest RL gameplay.
|
| 69 |
+
|
| 70 |
+
## Files
|
| 71 |
+
### game_states.csv
|
| 72 |
+
Game state snapshots at each decision point. Contains player and enemy stats.
|
| 73 |
+
|
| 74 |
+
### decisions.csv
|
| 75 |
+
Player decisions with rewards and outcomes. Contains action choices and results.
|
| 76 |
+
|
| 77 |
+
## Summary
|
| 78 |
+
- Total states: 85
|
| 79 |
+
- Total decisions: 85
|
| 80 |
+
- Total enemies defeated: 13
|
| 81 |
+
- Total gold earned: 1451
|
| 82 |
+
- Total XP earned: 121
|
| 83 |
+
- Play time: 169 seconds
|
| 84 |
+
- Final level: 8
|
| 85 |
+
- Final gold: 1451
|
| 86 |
+
- Final HP: 210
|
| 87 |
+
- Final MP: 20
|
decisions.csv
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
timestamp,action,reward,outcome,decision_type,player_state_snapshot,enemy_info,player_state,enemy_state,enemy_count,game_state
|
| 2 |
+
1768180569287,Spell,90,damage_dealt,Spell,"{""level"":1,""hp"":100,""maxHp"":100,""mp"":35,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":42,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":100,""maxHp"":100,""mp"":35,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":42,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 3 |
+
1768180569791,enemy_attack,-23,damage_taken,enemy_attack,"{""level"":1,""hp"":77,""maxHp"":100,""mp"":35,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":42,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":77,""maxHp"":100,""mp"":35,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":42,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 4 |
+
1768180570169,Spell,90,damage_dealt,Spell,"{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":-48,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":-48,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 5 |
+
1768180570170,enemy_defeated,100,victory,combat_victory,"{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":-48,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":-48,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 6 |
+
1768180570172,level_up,500,progression,progression,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":138,""skillPoints"":2}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":-48,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":138,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":-48,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 7 |
+
1768180571062,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""str"":5,""int"":6,""vit"":5,""def"":0,""gold"":138,""skillPoints"":1}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":168,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":5,""def"":0,""gold"":138,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":168,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 8 |
+
1768180571450,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":168,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":168,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 9 |
+
1768180572045,Spell,93,damage_dealt,Spell,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":5,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":75,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":5,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":75,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 10 |
+
1768180572547,enemy_attack,-34,damage_taken,enemy_attack,"{""level"":2,""hp"":43,""maxHp"":130,""mp"":5,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":75,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":43,""maxHp"":130,""mp"":5,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":75,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 11 |
+
1768180583560,inn_rest,200,full_restoration,rest_inn,"{""level"":2,""hp"":130,""maxHp"":130,""mp"":60,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":75,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":130,""maxHp"":130,""mp"":60,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":75,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 12 |
+
1768180608939,Spell,93,damage_dealt,Spell,"{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":-18,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":-18,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 13 |
+
1768180608940,enemy_defeated,100,victory,combat_victory,"{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":-18,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":-18,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 14 |
+
1768180608942,level_up,500,progression,progression,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":322,""skillPoints"":2}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":-18,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":322,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":-18,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 15 |
+
1768180609831,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""str"":5,""int"":7,""vit"":6,""def"":0,""gold"":322,""skillPoints"":1}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":78,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":6,""def"":0,""gold"":322,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":78,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 16 |
+
1768180610217,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":78,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":78,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 17 |
+
1768180611300,Spell,96,damage_dealt,Spell,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":-18,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":-18,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 18 |
+
1768180611301,enemy_defeated,100,victory,combat_victory,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":-18,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":-18,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 19 |
+
1768180611806,Spell,96,damage_dealt,Spell,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0}","{""name"":""Vlyth"",""emoji"":""🦇"",""hp"":-19,""maxHp"":77,""attack"":14,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""exp"":80,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🦇"",""name"":""Vlyth"",""hp"":-19,""attack"":14,""maxHp"":77,""isBoss"":false,""isElite"":false}",4,playing
|
| 20 |
+
1768180611807,enemy_defeated,100,victory,combat_victory,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0}","{""name"":""Vlyth"",""emoji"":""🦇"",""hp"":-19,""maxHp"":77,""attack"":14,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""exp"":80,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🦇"",""name"":""Vlyth"",""hp"":-19,""attack"":14,""maxHp"":77,""isBoss"":false,""isElite"":false}",4,playing
|
| 21 |
+
1768180611810,level_up,500,progression,progression,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":503,""skillPoints"":2}","{""name"":""Vlyth"",""emoji"":""🦇"",""hp"":-19,""maxHp"":77,""attack"":14,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":503,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🦇"",""name"":""Vlyth"",""hp"":-19,""attack"":14,""maxHp"":77,""isBoss"":false,""isElite"":false}",4,playing
|
| 22 |
+
1768180612740,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""str"":5,""int"":8,""vit"":7,""def"":0,""gold"":503,""skillPoints"":1}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":225,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":7,""def"":0,""gold"":503,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":225,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 23 |
+
1768180613096,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":225,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":225,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 24 |
+
1768180614024,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":126,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":126,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 25 |
+
1768180614528,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":126,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":126,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 26 |
+
1768180627562,inn_rest,200,full_restoration,rest_inn,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":126,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":126,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 27 |
+
1768180629728,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":27,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":27,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 28 |
+
1768180630232,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":27,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":27,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 29 |
+
1768180630588,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":-72,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":-72,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 30 |
+
1768180630592,enemy_defeated,100,victory,combat_victory,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":-72,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":-72,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 31 |
+
1768180631206,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":221,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":221,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 32 |
+
1768180631709,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":221,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":221,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 33 |
+
1768180631944,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":20,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":122,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":20,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":122,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 34 |
+
1768180632447,enemy_attack,-64,damage_taken,enemy_attack,"{""level"":4,""hp"":132,""maxHp"":196,""mp"":20,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":122,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":132,""maxHp"":196,""mp"":20,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":122,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 35 |
+
1768180632577,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":132,""maxHp"":196,""mp"":5,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":23,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":132,""maxHp"":196,""mp"":5,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":23,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 36 |
+
1768180633082,enemy_attack,-64,damage_taken,enemy_attack,"{""level"":4,""hp"":68,""maxHp"":196,""mp"":5,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":23,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":68,""maxHp"":196,""mp"":5,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":23,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 37 |
+
1768180645712,inn_rest,200,full_restoration,rest_inn,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":23,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":23,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 38 |
+
1768180659415,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":-76,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":-76,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 39 |
+
1768180659417,enemy_defeated,100,victory,combat_victory,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":-76,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":-76,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 40 |
+
1768180659425,level_up,500,progression,progression,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":2}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":-76,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":-76,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 41 |
+
1768180660365,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""str"":5,""int"":9,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":1}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":204,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":204,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 42 |
+
1768180660785,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":204,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":204,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 43 |
+
1768180661892,Spell,102,damage_dealt,Spell,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":50,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":102,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":50,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":102,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 44 |
+
1768180662423,enemy_attack,-44,damage_taken,enemy_attack,"{""level"":5,""hp"":152,""maxHp"":232,""mp"":50,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":102,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":152,""maxHp"":232,""mp"":50,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":102,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 45 |
+
1768180662641,Spell,102,damage_dealt,Spell,"{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":0,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":0,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 46 |
+
1768180662644,enemy_defeated,100,victory,combat_victory,"{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":0,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":0,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 47 |
+
1768180662648,level_up,500,progression,progression,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":2}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":0,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":0,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 48 |
+
1768180663954,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""str"":5,""int"":10,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":1}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":198,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":198,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 49 |
+
1768180664408,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":198,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":198,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 50 |
+
1768180665640,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":20,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":93,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":20,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":93,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 51 |
+
1768180666157,enemy_attack,-43,damage_taken,enemy_attack,"{""level"":6,""hp"":109,""maxHp"":270,""mp"":20,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":93,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":109,""maxHp"":270,""mp"":20,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":93,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 52 |
+
1768180666602,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":-12,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":-12,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 53 |
+
1768180666604,enemy_defeated,100,victory,combat_victory,"{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":-12,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":-12,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 54 |
+
1768180698993,inn_rest,200,full_restoration,rest_inn,"{""level"":6,""hp"":270,""maxHp"":270,""mp"":100,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":266,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":270,""maxHp"":270,""mp"":100,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":266,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 55 |
+
1768180702394,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":270,""maxHp"":270,""mp"":85,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":161,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":270,""maxHp"":270,""mp"":85,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":161,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 56 |
+
1768180702899,enemy_attack,-54,damage_taken,enemy_attack,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":85,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":161,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":85,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":161,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 57 |
+
1768180703361,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":56,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":56,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 58 |
+
1768180703867,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":56,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":56,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 59 |
+
1768180704320,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-49,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-49,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 60 |
+
1768180704324,enemy_defeated,100,victory,combat_victory,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-49,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-49,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 61 |
+
1768180704328,level_up,500,progression,progression,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":2}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-49,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-49,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 62 |
+
1768180705484,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""str"":5,""int"":11,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":1}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":440,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":440,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 63 |
+
1768180706055,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":440,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":440,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 64 |
+
1768180706885,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":332,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":332,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 65 |
+
1768180707391,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":332,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":332,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 66 |
+
1768180707676,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":224,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":224,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 67 |
+
1768180708182,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":224,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":224,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 68 |
+
1768180708441,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":10,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":116,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":10,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":116,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 69 |
+
1768180708947,enemy_attack,-100,damage_taken,enemy_attack,"{""level"":7,""hp"":116,""maxHp"":310,""mp"":10,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":116,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":116,""maxHp"":310,""mp"":10,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":116,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 70 |
+
1768180720770,inn_rest,200,full_restoration,rest_inn,"{""level"":7,""hp"":310,""maxHp"":310,""mp"":110,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":116,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":310,""maxHp"":310,""mp"":110,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":116,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 71 |
+
1768180724448,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":310,""maxHp"":310,""mp"":95,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":8,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":310,""maxHp"":310,""mp"":95,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":8,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 72 |
+
1768180724963,enemy_attack,-100,damage_taken,enemy_attack,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":95,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":8,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":95,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":8,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 73 |
+
1768180725025,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":-100,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":-100,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 74 |
+
1768180725031,enemy_defeated,100,victory,combat_victory,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":-100,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":-100,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 75 |
+
1768180725997,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0}","{""name"":""Skrix"",""emoji"":""🕷️"",""hp"":-3,""maxHp"":105,""attack"":28,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""exp"":361,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕷️"",""name"":""Skrix"",""hp"":-3,""attack"":28,""maxHp"":105,""isBoss"":false,""isElite"":false}",11,playing
|
| 76 |
+
1768180726002,enemy_defeated,100,victory,combat_victory,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0}","{""name"":""Skrix"",""emoji"":""🕷️"",""hp"":-3,""maxHp"":105,""attack"":28,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""exp"":361,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕷️"",""name"":""Skrix"",""hp"":-3,""attack"":28,""maxHp"":105,""isBoss"":false,""isElite"":false}",11,playing
|
| 77 |
+
1768180726597,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":200,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":200,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 78 |
+
1768180727128,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":200,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":200,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 79 |
+
1768180727218,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":92,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":92,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 80 |
+
1768180727730,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":92,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":92,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 81 |
+
1768180727890,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-16,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-16,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 82 |
+
1768180727895,enemy_defeated,100,victory,combat_victory,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-16,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-16,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 83 |
+
1768180727906,level_up,500,progression,progression,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":2}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-16,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-16,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 84 |
+
1768180729004,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":12,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":1}","{""name"":""Webtron"",""emoji"":""🕸️"",""hp"":299,""maxHp"":299,""attack"":77,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":12,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕸️"",""name"":""Webtron"",""hp"":299,""attack"":77,""maxHp"":299,""isBoss"":false,""isElite"":false}",13,playing
|
| 85 |
+
1768180729432,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":12,""vit"":12,""def"":0,""gold"":3451,""skillPoints"":0}","{""name"":""Webtron"",""emoji"":""🕸️"",""hp"":299,""maxHp"":299,""attack"":77,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":12,""vit"":12,""def"":0,""gold"":3451,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕸️"",""name"":""Webtron"",""hp"":299,""attack"":77,""maxHp"":299,""isBoss"":false,""isElite"":false}",13,playing
|
| 86 |
+
1768180732402,craft_armor_1,25,equipment_craft,craft_armor,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":12,""vit"":12,""def"":25,""gold"":1451,""skillPoints"":0}","{""name"":""Webtron"",""emoji"":""🕸️"",""hp"":299,""maxHp"":299,""attack"":77,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":12,""vit"":12,""def"":25,""gold"":1451,""skillPoints"":0,""armorLevel"":1,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕸️"",""name"":""Webtron"",""hp"":299,""attack"":77,""maxHp"":299,""isBoss"":false,""isElite"":false}",13,playing
|
decisions.json
ADDED
|
@@ -0,0 +1,1107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"timestamp": 1768180569287,
|
| 4 |
+
"action": "Spell",
|
| 5 |
+
"reward": 90,
|
| 6 |
+
"outcome": "damage_dealt",
|
| 7 |
+
"decision_type": "Spell",
|
| 8 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":100,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 9 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":42,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 10 |
+
"player_state": "{\"level\":1,\"hp\":100,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 11 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":42,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 12 |
+
"enemy_count": 1,
|
| 13 |
+
"game_state": "playing"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"timestamp": 1768180569791,
|
| 17 |
+
"action": "enemy_attack",
|
| 18 |
+
"reward": -23,
|
| 19 |
+
"outcome": "damage_taken",
|
| 20 |
+
"decision_type": "enemy_attack",
|
| 21 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 22 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":42,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 23 |
+
"player_state": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 24 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":42,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 25 |
+
"enemy_count": 1,
|
| 26 |
+
"game_state": "playing"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"timestamp": 1768180570169,
|
| 30 |
+
"action": "Spell",
|
| 31 |
+
"reward": 90,
|
| 32 |
+
"outcome": "damage_dealt",
|
| 33 |
+
"decision_type": "Spell",
|
| 34 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 35 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":-48,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 36 |
+
"player_state": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 37 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":-48,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 38 |
+
"enemy_count": 1,
|
| 39 |
+
"game_state": "playing"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"timestamp": 1768180570170,
|
| 43 |
+
"action": "enemy_defeated",
|
| 44 |
+
"reward": 100,
|
| 45 |
+
"outcome": "victory",
|
| 46 |
+
"decision_type": "combat_victory",
|
| 47 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 48 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":-48,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 49 |
+
"player_state": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 50 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":-48,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 51 |
+
"enemy_count": 1,
|
| 52 |
+
"game_state": "playing"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"timestamp": 1768180570172,
|
| 56 |
+
"action": "level_up",
|
| 57 |
+
"reward": 500,
|
| 58 |
+
"outcome": "progression",
|
| 59 |
+
"decision_type": "progression",
|
| 60 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":2}",
|
| 61 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":-48,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 62 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 63 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":-48,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 64 |
+
"enemy_count": 1,
|
| 65 |
+
"game_state": "playing"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"timestamp": 1768180571062,
|
| 69 |
+
"action": "upgrade_int",
|
| 70 |
+
"reward": 50,
|
| 71 |
+
"outcome": "stat_improvement",
|
| 72 |
+
"decision_type": "upgrade_stat",
|
| 73 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":1}",
|
| 74 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":168,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 75 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 76 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":168,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 77 |
+
"enemy_count": 2,
|
| 78 |
+
"game_state": "playing"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"timestamp": 1768180571450,
|
| 82 |
+
"action": "upgrade_vit",
|
| 83 |
+
"reward": 50,
|
| 84 |
+
"outcome": "stat_improvement",
|
| 85 |
+
"decision_type": "upgrade_stat",
|
| 86 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 87 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":168,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 88 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 89 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":168,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 90 |
+
"enemy_count": 2,
|
| 91 |
+
"game_state": "playing"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"timestamp": 1768180572045,
|
| 95 |
+
"action": "Spell",
|
| 96 |
+
"reward": 93,
|
| 97 |
+
"outcome": "damage_dealt",
|
| 98 |
+
"decision_type": "Spell",
|
| 99 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 100 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":75,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 101 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 102 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":75,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 103 |
+
"enemy_count": 2,
|
| 104 |
+
"game_state": "playing"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"timestamp": 1768180572547,
|
| 108 |
+
"action": "enemy_attack",
|
| 109 |
+
"reward": -34,
|
| 110 |
+
"outcome": "damage_taken",
|
| 111 |
+
"decision_type": "enemy_attack",
|
| 112 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":43,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 113 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":75,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 114 |
+
"player_state": "{\"level\":2,\"hp\":43,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 115 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":75,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 116 |
+
"enemy_count": 2,
|
| 117 |
+
"game_state": "playing"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"timestamp": 1768180583560,
|
| 121 |
+
"action": "inn_rest",
|
| 122 |
+
"reward": 200,
|
| 123 |
+
"outcome": "full_restoration",
|
| 124 |
+
"decision_type": "rest_inn",
|
| 125 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":60,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 126 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":75,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 127 |
+
"player_state": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":60,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 128 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":75,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 129 |
+
"enemy_count": 2,
|
| 130 |
+
"game_state": "playing"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"timestamp": 1768180608939,
|
| 134 |
+
"action": "Spell",
|
| 135 |
+
"reward": 93,
|
| 136 |
+
"outcome": "damage_dealt",
|
| 137 |
+
"decision_type": "Spell",
|
| 138 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 139 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":-18,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 140 |
+
"player_state": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 141 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":-18,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 142 |
+
"enemy_count": 2,
|
| 143 |
+
"game_state": "playing"
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"timestamp": 1768180608940,
|
| 147 |
+
"action": "enemy_defeated",
|
| 148 |
+
"reward": 100,
|
| 149 |
+
"outcome": "victory",
|
| 150 |
+
"decision_type": "combat_victory",
|
| 151 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 152 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":-18,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 153 |
+
"player_state": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 154 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":-18,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 155 |
+
"enemy_count": 2,
|
| 156 |
+
"game_state": "playing"
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"timestamp": 1768180608942,
|
| 160 |
+
"action": "level_up",
|
| 161 |
+
"reward": 500,
|
| 162 |
+
"outcome": "progression",
|
| 163 |
+
"decision_type": "progression",
|
| 164 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":2}",
|
| 165 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":-18,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 166 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 167 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":-18,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 168 |
+
"enemy_count": 2,
|
| 169 |
+
"game_state": "playing"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"timestamp": 1768180609831,
|
| 173 |
+
"action": "upgrade_int",
|
| 174 |
+
"reward": 50,
|
| 175 |
+
"outcome": "stat_improvement",
|
| 176 |
+
"decision_type": "upgrade_stat",
|
| 177 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":1}",
|
| 178 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":78,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 179 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 180 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":78,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 181 |
+
"enemy_count": 3,
|
| 182 |
+
"game_state": "playing"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"timestamp": 1768180610217,
|
| 186 |
+
"action": "upgrade_vit",
|
| 187 |
+
"reward": 50,
|
| 188 |
+
"outcome": "stat_improvement",
|
| 189 |
+
"decision_type": "upgrade_stat",
|
| 190 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0}",
|
| 191 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":78,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 192 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 193 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":78,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 194 |
+
"enemy_count": 3,
|
| 195 |
+
"game_state": "playing"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"timestamp": 1768180611300,
|
| 199 |
+
"action": "Spell",
|
| 200 |
+
"reward": 96,
|
| 201 |
+
"outcome": "damage_dealt",
|
| 202 |
+
"decision_type": "Spell",
|
| 203 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0}",
|
| 204 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":-18,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 205 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 206 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":-18,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 207 |
+
"enemy_count": 3,
|
| 208 |
+
"game_state": "playing"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"timestamp": 1768180611301,
|
| 212 |
+
"action": "enemy_defeated",
|
| 213 |
+
"reward": 100,
|
| 214 |
+
"outcome": "victory",
|
| 215 |
+
"decision_type": "combat_victory",
|
| 216 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0}",
|
| 217 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":-18,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 218 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 219 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":-18,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 220 |
+
"enemy_count": 3,
|
| 221 |
+
"game_state": "playing"
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"timestamp": 1768180611806,
|
| 225 |
+
"action": "Spell",
|
| 226 |
+
"reward": 96,
|
| 227 |
+
"outcome": "damage_dealt",
|
| 228 |
+
"decision_type": "Spell",
|
| 229 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0}",
|
| 230 |
+
"enemy_info": "{\"name\":\"Vlyth\",\"emoji\":\"🦇\",\"hp\":-19,\"maxHp\":77,\"attack\":14,\"is_boss\":false,\"is_elite\":false}",
|
| 231 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"exp\":80,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 232 |
+
"enemy_state": "{\"emoji\":\"🦇\",\"name\":\"Vlyth\",\"hp\":-19,\"attack\":14,\"maxHp\":77,\"isBoss\":false,\"isElite\":false}",
|
| 233 |
+
"enemy_count": 4,
|
| 234 |
+
"game_state": "playing"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"timestamp": 1768180611807,
|
| 238 |
+
"action": "enemy_defeated",
|
| 239 |
+
"reward": 100,
|
| 240 |
+
"outcome": "victory",
|
| 241 |
+
"decision_type": "combat_victory",
|
| 242 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0}",
|
| 243 |
+
"enemy_info": "{\"name\":\"Vlyth\",\"emoji\":\"🦇\",\"hp\":-19,\"maxHp\":77,\"attack\":14,\"is_boss\":false,\"is_elite\":false}",
|
| 244 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"exp\":80,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 245 |
+
"enemy_state": "{\"emoji\":\"🦇\",\"name\":\"Vlyth\",\"hp\":-19,\"attack\":14,\"maxHp\":77,\"isBoss\":false,\"isElite\":false}",
|
| 246 |
+
"enemy_count": 4,
|
| 247 |
+
"game_state": "playing"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"timestamp": 1768180611810,
|
| 251 |
+
"action": "level_up",
|
| 252 |
+
"reward": 500,
|
| 253 |
+
"outcome": "progression",
|
| 254 |
+
"decision_type": "progression",
|
| 255 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":2}",
|
| 256 |
+
"enemy_info": "{\"name\":\"Vlyth\",\"emoji\":\"🦇\",\"hp\":-19,\"maxHp\":77,\"attack\":14,\"is_boss\":false,\"is_elite\":false}",
|
| 257 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 258 |
+
"enemy_state": "{\"emoji\":\"🦇\",\"name\":\"Vlyth\",\"hp\":-19,\"attack\":14,\"maxHp\":77,\"isBoss\":false,\"isElite\":false}",
|
| 259 |
+
"enemy_count": 4,
|
| 260 |
+
"game_state": "playing"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"timestamp": 1768180612740,
|
| 264 |
+
"action": "upgrade_int",
|
| 265 |
+
"reward": 50,
|
| 266 |
+
"outcome": "stat_improvement",
|
| 267 |
+
"decision_type": "upgrade_stat",
|
| 268 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":1}",
|
| 269 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":225,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 270 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 271 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":225,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 272 |
+
"enemy_count": 5,
|
| 273 |
+
"game_state": "playing"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"timestamp": 1768180613096,
|
| 277 |
+
"action": "upgrade_vit",
|
| 278 |
+
"reward": 50,
|
| 279 |
+
"outcome": "stat_improvement",
|
| 280 |
+
"decision_type": "upgrade_stat",
|
| 281 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 282 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":225,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 283 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 284 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":225,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 285 |
+
"enemy_count": 5,
|
| 286 |
+
"game_state": "playing"
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"timestamp": 1768180614024,
|
| 290 |
+
"action": "Spell",
|
| 291 |
+
"reward": 99,
|
| 292 |
+
"outcome": "damage_dealt",
|
| 293 |
+
"decision_type": "Spell",
|
| 294 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 295 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":126,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 296 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 297 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":126,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 298 |
+
"enemy_count": 5,
|
| 299 |
+
"game_state": "playing"
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"timestamp": 1768180614528,
|
| 303 |
+
"action": "enemy_hesitate",
|
| 304 |
+
"reward": 0,
|
| 305 |
+
"outcome": "enemy_inaction",
|
| 306 |
+
"decision_type": "enemy_hesitate",
|
| 307 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 308 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":126,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 309 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 310 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":126,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 311 |
+
"enemy_count": 5,
|
| 312 |
+
"game_state": "playing"
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"timestamp": 1768180627562,
|
| 316 |
+
"action": "inn_rest",
|
| 317 |
+
"reward": 200,
|
| 318 |
+
"outcome": "full_restoration",
|
| 319 |
+
"decision_type": "rest_inn",
|
| 320 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 321 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":126,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 322 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 323 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":126,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 324 |
+
"enemy_count": 5,
|
| 325 |
+
"game_state": "playing"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"timestamp": 1768180629728,
|
| 329 |
+
"action": "Spell",
|
| 330 |
+
"reward": 99,
|
| 331 |
+
"outcome": "damage_dealt",
|
| 332 |
+
"decision_type": "Spell",
|
| 333 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 334 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":27,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 335 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 336 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":27,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 337 |
+
"enemy_count": 5,
|
| 338 |
+
"game_state": "playing"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"timestamp": 1768180630232,
|
| 342 |
+
"action": "enemy_hesitate",
|
| 343 |
+
"reward": 0,
|
| 344 |
+
"outcome": "enemy_inaction",
|
| 345 |
+
"decision_type": "enemy_hesitate",
|
| 346 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 347 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":27,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 348 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 349 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":27,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 350 |
+
"enemy_count": 5,
|
| 351 |
+
"game_state": "playing"
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"timestamp": 1768180630588,
|
| 355 |
+
"action": "Spell",
|
| 356 |
+
"reward": 99,
|
| 357 |
+
"outcome": "damage_dealt",
|
| 358 |
+
"decision_type": "Spell",
|
| 359 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 360 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":-72,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 361 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 362 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":-72,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 363 |
+
"enemy_count": 5,
|
| 364 |
+
"game_state": "playing"
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"timestamp": 1768180630592,
|
| 368 |
+
"action": "enemy_defeated",
|
| 369 |
+
"reward": 100,
|
| 370 |
+
"outcome": "victory",
|
| 371 |
+
"decision_type": "combat_victory",
|
| 372 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 373 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":-72,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 374 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 375 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":-72,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 376 |
+
"enemy_count": 5,
|
| 377 |
+
"game_state": "playing"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"timestamp": 1768180631206,
|
| 381 |
+
"action": "Spell",
|
| 382 |
+
"reward": 99,
|
| 383 |
+
"outcome": "damage_dealt",
|
| 384 |
+
"decision_type": "Spell",
|
| 385 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 386 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":221,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 387 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 388 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":221,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 389 |
+
"enemy_count": 6,
|
| 390 |
+
"game_state": "playing"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"timestamp": 1768180631709,
|
| 394 |
+
"action": "enemy_hesitate",
|
| 395 |
+
"reward": 0,
|
| 396 |
+
"outcome": "enemy_inaction",
|
| 397 |
+
"decision_type": "enemy_hesitate",
|
| 398 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 399 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":221,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 400 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 401 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":221,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 402 |
+
"enemy_count": 6,
|
| 403 |
+
"game_state": "playing"
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"timestamp": 1768180631944,
|
| 407 |
+
"action": "Spell",
|
| 408 |
+
"reward": 99,
|
| 409 |
+
"outcome": "damage_dealt",
|
| 410 |
+
"decision_type": "Spell",
|
| 411 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 412 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":122,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 413 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 414 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":122,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 415 |
+
"enemy_count": 6,
|
| 416 |
+
"game_state": "playing"
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"timestamp": 1768180632447,
|
| 420 |
+
"action": "enemy_attack",
|
| 421 |
+
"reward": -64,
|
| 422 |
+
"outcome": "damage_taken",
|
| 423 |
+
"decision_type": "enemy_attack",
|
| 424 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 425 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":122,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 426 |
+
"player_state": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 427 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":122,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 428 |
+
"enemy_count": 6,
|
| 429 |
+
"game_state": "playing"
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"timestamp": 1768180632577,
|
| 433 |
+
"action": "Spell",
|
| 434 |
+
"reward": 99,
|
| 435 |
+
"outcome": "damage_dealt",
|
| 436 |
+
"decision_type": "Spell",
|
| 437 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 438 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":23,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 439 |
+
"player_state": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 440 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":23,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 441 |
+
"enemy_count": 6,
|
| 442 |
+
"game_state": "playing"
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"timestamp": 1768180633082,
|
| 446 |
+
"action": "enemy_attack",
|
| 447 |
+
"reward": -64,
|
| 448 |
+
"outcome": "damage_taken",
|
| 449 |
+
"decision_type": "enemy_attack",
|
| 450 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":68,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 451 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":23,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 452 |
+
"player_state": "{\"level\":4,\"hp\":68,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 453 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":23,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 454 |
+
"enemy_count": 6,
|
| 455 |
+
"game_state": "playing"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"timestamp": 1768180645712,
|
| 459 |
+
"action": "inn_rest",
|
| 460 |
+
"reward": 200,
|
| 461 |
+
"outcome": "full_restoration",
|
| 462 |
+
"decision_type": "rest_inn",
|
| 463 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 464 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":23,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 465 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 466 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":23,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 467 |
+
"enemy_count": 6,
|
| 468 |
+
"game_state": "playing"
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"timestamp": 1768180659415,
|
| 472 |
+
"action": "Spell",
|
| 473 |
+
"reward": 99,
|
| 474 |
+
"outcome": "damage_dealt",
|
| 475 |
+
"decision_type": "Spell",
|
| 476 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 477 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":-76,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 478 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 479 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":-76,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 480 |
+
"enemy_count": 6,
|
| 481 |
+
"game_state": "playing"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"timestamp": 1768180659417,
|
| 485 |
+
"action": "enemy_defeated",
|
| 486 |
+
"reward": 100,
|
| 487 |
+
"outcome": "victory",
|
| 488 |
+
"decision_type": "combat_victory",
|
| 489 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 490 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":-76,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 491 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 492 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":-76,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 493 |
+
"enemy_count": 6,
|
| 494 |
+
"game_state": "playing"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"timestamp": 1768180659425,
|
| 498 |
+
"action": "level_up",
|
| 499 |
+
"reward": 500,
|
| 500 |
+
"outcome": "progression",
|
| 501 |
+
"decision_type": "progression",
|
| 502 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":2}",
|
| 503 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":-76,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 504 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 505 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":-76,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 506 |
+
"enemy_count": 6,
|
| 507 |
+
"game_state": "playing"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"timestamp": 1768180660365,
|
| 511 |
+
"action": "upgrade_int",
|
| 512 |
+
"reward": 50,
|
| 513 |
+
"outcome": "stat_improvement",
|
| 514 |
+
"decision_type": "upgrade_stat",
|
| 515 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":1}",
|
| 516 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":204,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 517 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 518 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":204,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 519 |
+
"enemy_count": 7,
|
| 520 |
+
"game_state": "playing"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"timestamp": 1768180660785,
|
| 524 |
+
"action": "upgrade_vit",
|
| 525 |
+
"reward": 50,
|
| 526 |
+
"outcome": "stat_improvement",
|
| 527 |
+
"decision_type": "upgrade_stat",
|
| 528 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 529 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":204,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 530 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 531 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":204,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 532 |
+
"enemy_count": 7,
|
| 533 |
+
"game_state": "playing"
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"timestamp": 1768180661892,
|
| 537 |
+
"action": "Spell",
|
| 538 |
+
"reward": 102,
|
| 539 |
+
"outcome": "damage_dealt",
|
| 540 |
+
"decision_type": "Spell",
|
| 541 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 542 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":102,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 543 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 544 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":102,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 545 |
+
"enemy_count": 7,
|
| 546 |
+
"game_state": "playing"
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"timestamp": 1768180662423,
|
| 550 |
+
"action": "enemy_attack",
|
| 551 |
+
"reward": -44,
|
| 552 |
+
"outcome": "damage_taken",
|
| 553 |
+
"decision_type": "enemy_attack",
|
| 554 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 555 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":102,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 556 |
+
"player_state": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 557 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":102,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 558 |
+
"enemy_count": 7,
|
| 559 |
+
"game_state": "playing"
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"timestamp": 1768180662641,
|
| 563 |
+
"action": "Spell",
|
| 564 |
+
"reward": 102,
|
| 565 |
+
"outcome": "damage_dealt",
|
| 566 |
+
"decision_type": "Spell",
|
| 567 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 568 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":0,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 569 |
+
"player_state": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 570 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":0,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 571 |
+
"enemy_count": 7,
|
| 572 |
+
"game_state": "playing"
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"timestamp": 1768180662644,
|
| 576 |
+
"action": "enemy_defeated",
|
| 577 |
+
"reward": 100,
|
| 578 |
+
"outcome": "victory",
|
| 579 |
+
"decision_type": "combat_victory",
|
| 580 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 581 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":0,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 582 |
+
"player_state": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 583 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":0,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 584 |
+
"enemy_count": 7,
|
| 585 |
+
"game_state": "playing"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"timestamp": 1768180662648,
|
| 589 |
+
"action": "level_up",
|
| 590 |
+
"reward": 500,
|
| 591 |
+
"outcome": "progression",
|
| 592 |
+
"decision_type": "progression",
|
| 593 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":2}",
|
| 594 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":0,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 595 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 596 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":0,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 597 |
+
"enemy_count": 7,
|
| 598 |
+
"game_state": "playing"
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"timestamp": 1768180663954,
|
| 602 |
+
"action": "upgrade_int",
|
| 603 |
+
"reward": 50,
|
| 604 |
+
"outcome": "stat_improvement",
|
| 605 |
+
"decision_type": "upgrade_stat",
|
| 606 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":1}",
|
| 607 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":198,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 608 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 609 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":198,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 610 |
+
"enemy_count": 8,
|
| 611 |
+
"game_state": "playing"
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"timestamp": 1768180664408,
|
| 615 |
+
"action": "upgrade_vit",
|
| 616 |
+
"reward": 50,
|
| 617 |
+
"outcome": "stat_improvement",
|
| 618 |
+
"decision_type": "upgrade_stat",
|
| 619 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 620 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":198,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 621 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 622 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":198,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 623 |
+
"enemy_count": 8,
|
| 624 |
+
"game_state": "playing"
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"timestamp": 1768180665640,
|
| 628 |
+
"action": "Spell",
|
| 629 |
+
"reward": 105,
|
| 630 |
+
"outcome": "damage_dealt",
|
| 631 |
+
"decision_type": "Spell",
|
| 632 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 633 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":93,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 634 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 635 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":93,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 636 |
+
"enemy_count": 8,
|
| 637 |
+
"game_state": "playing"
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"timestamp": 1768180666157,
|
| 641 |
+
"action": "enemy_attack",
|
| 642 |
+
"reward": -43,
|
| 643 |
+
"outcome": "damage_taken",
|
| 644 |
+
"decision_type": "enemy_attack",
|
| 645 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 646 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":93,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 647 |
+
"player_state": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 648 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":93,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 649 |
+
"enemy_count": 8,
|
| 650 |
+
"game_state": "playing"
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"timestamp": 1768180666602,
|
| 654 |
+
"action": "Spell",
|
| 655 |
+
"reward": 105,
|
| 656 |
+
"outcome": "damage_dealt",
|
| 657 |
+
"decision_type": "Spell",
|
| 658 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 659 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":-12,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 660 |
+
"player_state": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 661 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":-12,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 662 |
+
"enemy_count": 8,
|
| 663 |
+
"game_state": "playing"
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"timestamp": 1768180666604,
|
| 667 |
+
"action": "enemy_defeated",
|
| 668 |
+
"reward": 100,
|
| 669 |
+
"outcome": "victory",
|
| 670 |
+
"decision_type": "combat_victory",
|
| 671 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 672 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":-12,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 673 |
+
"player_state": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 674 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":-12,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 675 |
+
"enemy_count": 8,
|
| 676 |
+
"game_state": "playing"
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"timestamp": 1768180698993,
|
| 680 |
+
"action": "inn_rest",
|
| 681 |
+
"reward": 200,
|
| 682 |
+
"outcome": "full_restoration",
|
| 683 |
+
"decision_type": "rest_inn",
|
| 684 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":100,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 685 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":266,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 686 |
+
"player_state": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":100,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 687 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":266,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 688 |
+
"enemy_count": 9,
|
| 689 |
+
"game_state": "playing"
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"timestamp": 1768180702394,
|
| 693 |
+
"action": "Spell",
|
| 694 |
+
"reward": 105,
|
| 695 |
+
"outcome": "damage_dealt",
|
| 696 |
+
"decision_type": "Spell",
|
| 697 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 698 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":161,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 699 |
+
"player_state": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 700 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":161,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 701 |
+
"enemy_count": 9,
|
| 702 |
+
"game_state": "playing"
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"timestamp": 1768180702899,
|
| 706 |
+
"action": "enemy_attack",
|
| 707 |
+
"reward": -54,
|
| 708 |
+
"outcome": "damage_taken",
|
| 709 |
+
"decision_type": "enemy_attack",
|
| 710 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 711 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":161,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 712 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 713 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":161,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 714 |
+
"enemy_count": 9,
|
| 715 |
+
"game_state": "playing"
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"timestamp": 1768180703361,
|
| 719 |
+
"action": "Spell",
|
| 720 |
+
"reward": 105,
|
| 721 |
+
"outcome": "damage_dealt",
|
| 722 |
+
"decision_type": "Spell",
|
| 723 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 724 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":56,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 725 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 726 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":56,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 727 |
+
"enemy_count": 9,
|
| 728 |
+
"game_state": "playing"
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"timestamp": 1768180703867,
|
| 732 |
+
"action": "enemy_hesitate",
|
| 733 |
+
"reward": 0,
|
| 734 |
+
"outcome": "enemy_inaction",
|
| 735 |
+
"decision_type": "enemy_hesitate",
|
| 736 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 737 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":56,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 738 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 739 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":56,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 740 |
+
"enemy_count": 9,
|
| 741 |
+
"game_state": "playing"
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"timestamp": 1768180704320,
|
| 745 |
+
"action": "Spell",
|
| 746 |
+
"reward": 105,
|
| 747 |
+
"outcome": "damage_dealt",
|
| 748 |
+
"decision_type": "Spell",
|
| 749 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 750 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-49,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 751 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 752 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-49,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 753 |
+
"enemy_count": 9,
|
| 754 |
+
"game_state": "playing"
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"timestamp": 1768180704324,
|
| 758 |
+
"action": "enemy_defeated",
|
| 759 |
+
"reward": 100,
|
| 760 |
+
"outcome": "victory",
|
| 761 |
+
"decision_type": "combat_victory",
|
| 762 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 763 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-49,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 764 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 765 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-49,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 766 |
+
"enemy_count": 9,
|
| 767 |
+
"game_state": "playing"
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"timestamp": 1768180704328,
|
| 771 |
+
"action": "level_up",
|
| 772 |
+
"reward": 500,
|
| 773 |
+
"outcome": "progression",
|
| 774 |
+
"decision_type": "progression",
|
| 775 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":2}",
|
| 776 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-49,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 777 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 778 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-49,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 779 |
+
"enemy_count": 9,
|
| 780 |
+
"game_state": "playing"
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"timestamp": 1768180705484,
|
| 784 |
+
"action": "upgrade_int",
|
| 785 |
+
"reward": 50,
|
| 786 |
+
"outcome": "stat_improvement",
|
| 787 |
+
"decision_type": "upgrade_stat",
|
| 788 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":1}",
|
| 789 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":440,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 790 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 791 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":440,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 792 |
+
"enemy_count": 10,
|
| 793 |
+
"game_state": "playing"
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"timestamp": 1768180706055,
|
| 797 |
+
"action": "upgrade_vit",
|
| 798 |
+
"reward": 50,
|
| 799 |
+
"outcome": "stat_improvement",
|
| 800 |
+
"decision_type": "upgrade_stat",
|
| 801 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 802 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":440,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 803 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 804 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":440,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 805 |
+
"enemy_count": 10,
|
| 806 |
+
"game_state": "playing"
|
| 807 |
+
},
|
| 808 |
+
{
|
| 809 |
+
"timestamp": 1768180706885,
|
| 810 |
+
"action": "Spell",
|
| 811 |
+
"reward": 108,
|
| 812 |
+
"outcome": "damage_dealt",
|
| 813 |
+
"decision_type": "Spell",
|
| 814 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 815 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":332,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 816 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 817 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":332,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 818 |
+
"enemy_count": 10,
|
| 819 |
+
"game_state": "playing"
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"timestamp": 1768180707391,
|
| 823 |
+
"action": "enemy_hesitate",
|
| 824 |
+
"reward": 0,
|
| 825 |
+
"outcome": "enemy_inaction",
|
| 826 |
+
"decision_type": "enemy_hesitate",
|
| 827 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 828 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":332,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 829 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 830 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":332,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 831 |
+
"enemy_count": 10,
|
| 832 |
+
"game_state": "playing"
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"timestamp": 1768180707676,
|
| 836 |
+
"action": "Spell",
|
| 837 |
+
"reward": 108,
|
| 838 |
+
"outcome": "damage_dealt",
|
| 839 |
+
"decision_type": "Spell",
|
| 840 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 841 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":224,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 842 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 843 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":224,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 844 |
+
"enemy_count": 10,
|
| 845 |
+
"game_state": "playing"
|
| 846 |
+
},
|
| 847 |
+
{
|
| 848 |
+
"timestamp": 1768180708182,
|
| 849 |
+
"action": "enemy_hesitate",
|
| 850 |
+
"reward": 0,
|
| 851 |
+
"outcome": "enemy_inaction",
|
| 852 |
+
"decision_type": "enemy_hesitate",
|
| 853 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 854 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":224,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 855 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 856 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":224,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 857 |
+
"enemy_count": 10,
|
| 858 |
+
"game_state": "playing"
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"timestamp": 1768180708441,
|
| 862 |
+
"action": "Spell",
|
| 863 |
+
"reward": 108,
|
| 864 |
+
"outcome": "damage_dealt",
|
| 865 |
+
"decision_type": "Spell",
|
| 866 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 867 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":116,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 868 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 869 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":116,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 870 |
+
"enemy_count": 10,
|
| 871 |
+
"game_state": "playing"
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"timestamp": 1768180708947,
|
| 875 |
+
"action": "enemy_attack",
|
| 876 |
+
"reward": -100,
|
| 877 |
+
"outcome": "damage_taken",
|
| 878 |
+
"decision_type": "enemy_attack",
|
| 879 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":116,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 880 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":116,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 881 |
+
"player_state": "{\"level\":7,\"hp\":116,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 882 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":116,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 883 |
+
"enemy_count": 10,
|
| 884 |
+
"game_state": "playing"
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"timestamp": 1768180720770,
|
| 888 |
+
"action": "inn_rest",
|
| 889 |
+
"reward": 200,
|
| 890 |
+
"outcome": "full_restoration",
|
| 891 |
+
"decision_type": "rest_inn",
|
| 892 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":110,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 893 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":116,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 894 |
+
"player_state": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":110,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 895 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":116,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 896 |
+
"enemy_count": 10,
|
| 897 |
+
"game_state": "playing"
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"timestamp": 1768180724448,
|
| 901 |
+
"action": "Spell",
|
| 902 |
+
"reward": 108,
|
| 903 |
+
"outcome": "damage_dealt",
|
| 904 |
+
"decision_type": "Spell",
|
| 905 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 906 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":8,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 907 |
+
"player_state": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 908 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":8,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 909 |
+
"enemy_count": 10,
|
| 910 |
+
"game_state": "playing"
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"timestamp": 1768180724963,
|
| 914 |
+
"action": "enemy_attack",
|
| 915 |
+
"reward": -100,
|
| 916 |
+
"outcome": "damage_taken",
|
| 917 |
+
"decision_type": "enemy_attack",
|
| 918 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 919 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":8,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 920 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 921 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":8,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 922 |
+
"enemy_count": 10,
|
| 923 |
+
"game_state": "playing"
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"timestamp": 1768180725025,
|
| 927 |
+
"action": "Spell",
|
| 928 |
+
"reward": 108,
|
| 929 |
+
"outcome": "damage_dealt",
|
| 930 |
+
"decision_type": "Spell",
|
| 931 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 932 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":-100,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 933 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 934 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":-100,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 935 |
+
"enemy_count": 10,
|
| 936 |
+
"game_state": "playing"
|
| 937 |
+
},
|
| 938 |
+
{
|
| 939 |
+
"timestamp": 1768180725031,
|
| 940 |
+
"action": "enemy_defeated",
|
| 941 |
+
"reward": 100,
|
| 942 |
+
"outcome": "victory",
|
| 943 |
+
"decision_type": "combat_victory",
|
| 944 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 945 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":-100,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 946 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 947 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":-100,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 948 |
+
"enemy_count": 10,
|
| 949 |
+
"game_state": "playing"
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"timestamp": 1768180725997,
|
| 953 |
+
"action": "Spell",
|
| 954 |
+
"reward": 108,
|
| 955 |
+
"outcome": "damage_dealt",
|
| 956 |
+
"decision_type": "Spell",
|
| 957 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0}",
|
| 958 |
+
"enemy_info": "{\"name\":\"Skrix\",\"emoji\":\"🕷️\",\"hp\":-3,\"maxHp\":105,\"attack\":28,\"is_boss\":false,\"is_elite\":false}",
|
| 959 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"exp\":361,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 960 |
+
"enemy_state": "{\"emoji\":\"🕷️\",\"name\":\"Skrix\",\"hp\":-3,\"attack\":28,\"maxHp\":105,\"isBoss\":false,\"isElite\":false}",
|
| 961 |
+
"enemy_count": 11,
|
| 962 |
+
"game_state": "playing"
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"timestamp": 1768180726002,
|
| 966 |
+
"action": "enemy_defeated",
|
| 967 |
+
"reward": 100,
|
| 968 |
+
"outcome": "victory",
|
| 969 |
+
"decision_type": "combat_victory",
|
| 970 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0}",
|
| 971 |
+
"enemy_info": "{\"name\":\"Skrix\",\"emoji\":\"🕷️\",\"hp\":-3,\"maxHp\":105,\"attack\":28,\"is_boss\":false,\"is_elite\":false}",
|
| 972 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"exp\":361,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 973 |
+
"enemy_state": "{\"emoji\":\"🕷️\",\"name\":\"Skrix\",\"hp\":-3,\"attack\":28,\"maxHp\":105,\"isBoss\":false,\"isElite\":false}",
|
| 974 |
+
"enemy_count": 11,
|
| 975 |
+
"game_state": "playing"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"timestamp": 1768180726597,
|
| 979 |
+
"action": "Spell",
|
| 980 |
+
"reward": 108,
|
| 981 |
+
"outcome": "damage_dealt",
|
| 982 |
+
"decision_type": "Spell",
|
| 983 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 984 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":200,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 985 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 986 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":200,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 987 |
+
"enemy_count": 12,
|
| 988 |
+
"game_state": "playing"
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"timestamp": 1768180727128,
|
| 992 |
+
"action": "enemy_hesitate",
|
| 993 |
+
"reward": 0,
|
| 994 |
+
"outcome": "enemy_inaction",
|
| 995 |
+
"decision_type": "enemy_hesitate",
|
| 996 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 997 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":200,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 998 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 999 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":200,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1000 |
+
"enemy_count": 12,
|
| 1001 |
+
"game_state": "playing"
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"timestamp": 1768180727218,
|
| 1005 |
+
"action": "Spell",
|
| 1006 |
+
"reward": 108,
|
| 1007 |
+
"outcome": "damage_dealt",
|
| 1008 |
+
"decision_type": "Spell",
|
| 1009 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1010 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":92,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1011 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1012 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":92,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1013 |
+
"enemy_count": 12,
|
| 1014 |
+
"game_state": "playing"
|
| 1015 |
+
},
|
| 1016 |
+
{
|
| 1017 |
+
"timestamp": 1768180727730,
|
| 1018 |
+
"action": "enemy_hesitate",
|
| 1019 |
+
"reward": 0,
|
| 1020 |
+
"outcome": "enemy_inaction",
|
| 1021 |
+
"decision_type": "enemy_hesitate",
|
| 1022 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1023 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":92,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1024 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1025 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":92,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1026 |
+
"enemy_count": 12,
|
| 1027 |
+
"game_state": "playing"
|
| 1028 |
+
},
|
| 1029 |
+
{
|
| 1030 |
+
"timestamp": 1768180727890,
|
| 1031 |
+
"action": "Spell",
|
| 1032 |
+
"reward": 108,
|
| 1033 |
+
"outcome": "damage_dealt",
|
| 1034 |
+
"decision_type": "Spell",
|
| 1035 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1036 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-16,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1037 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1038 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-16,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1039 |
+
"enemy_count": 12,
|
| 1040 |
+
"game_state": "playing"
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"timestamp": 1768180727895,
|
| 1044 |
+
"action": "enemy_defeated",
|
| 1045 |
+
"reward": 100,
|
| 1046 |
+
"outcome": "victory",
|
| 1047 |
+
"decision_type": "combat_victory",
|
| 1048 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1049 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-16,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1050 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1051 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-16,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1052 |
+
"enemy_count": 12,
|
| 1053 |
+
"game_state": "playing"
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"timestamp": 1768180727906,
|
| 1057 |
+
"action": "level_up",
|
| 1058 |
+
"reward": 500,
|
| 1059 |
+
"outcome": "progression",
|
| 1060 |
+
"decision_type": "progression",
|
| 1061 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":2}",
|
| 1062 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-16,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1063 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1064 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-16,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1065 |
+
"enemy_count": 12,
|
| 1066 |
+
"game_state": "playing"
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"timestamp": 1768180729004,
|
| 1070 |
+
"action": "upgrade_int",
|
| 1071 |
+
"reward": 50,
|
| 1072 |
+
"outcome": "stat_improvement",
|
| 1073 |
+
"decision_type": "upgrade_stat",
|
| 1074 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":12,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":1}",
|
| 1075 |
+
"enemy_info": "{\"name\":\"Webtron\",\"emoji\":\"🕸️\",\"hp\":299,\"maxHp\":299,\"attack\":77,\"is_boss\":false,\"is_elite\":false}",
|
| 1076 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":12,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1077 |
+
"enemy_state": "{\"emoji\":\"🕸️\",\"name\":\"Webtron\",\"hp\":299,\"attack\":77,\"maxHp\":299,\"isBoss\":false,\"isElite\":false}",
|
| 1078 |
+
"enemy_count": 13,
|
| 1079 |
+
"game_state": "playing"
|
| 1080 |
+
},
|
| 1081 |
+
{
|
| 1082 |
+
"timestamp": 1768180729432,
|
| 1083 |
+
"action": "upgrade_vit",
|
| 1084 |
+
"reward": 50,
|
| 1085 |
+
"outcome": "stat_improvement",
|
| 1086 |
+
"decision_type": "upgrade_stat",
|
| 1087 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":12,\"vit\":12,\"def\":0,\"gold\":3451,\"skillPoints\":0}",
|
| 1088 |
+
"enemy_info": "{\"name\":\"Webtron\",\"emoji\":\"🕸️\",\"hp\":299,\"maxHp\":299,\"attack\":77,\"is_boss\":false,\"is_elite\":false}",
|
| 1089 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":12,\"vit\":12,\"def\":0,\"gold\":3451,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1090 |
+
"enemy_state": "{\"emoji\":\"🕸️\",\"name\":\"Webtron\",\"hp\":299,\"attack\":77,\"maxHp\":299,\"isBoss\":false,\"isElite\":false}",
|
| 1091 |
+
"enemy_count": 13,
|
| 1092 |
+
"game_state": "playing"
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"timestamp": 1768180732402,
|
| 1096 |
+
"action": "craft_armor_1",
|
| 1097 |
+
"reward": 25,
|
| 1098 |
+
"outcome": "equipment_craft",
|
| 1099 |
+
"decision_type": "craft_armor",
|
| 1100 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":12,\"vit\":12,\"def\":25,\"gold\":1451,\"skillPoints\":0}",
|
| 1101 |
+
"enemy_info": "{\"name\":\"Webtron\",\"emoji\":\"🕸️\",\"hp\":299,\"maxHp\":299,\"attack\":77,\"is_boss\":false,\"is_elite\":false}",
|
| 1102 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":12,\"vit\":12,\"def\":25,\"gold\":1451,\"skillPoints\":0,\"armorLevel\":1,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1103 |
+
"enemy_state": "{\"emoji\":\"🕸️\",\"name\":\"Webtron\",\"hp\":299,\"attack\":77,\"maxHp\":299,\"isBoss\":false,\"isElite\":false}",
|
| 1104 |
+
"enemy_count": 13,
|
| 1105 |
+
"game_state": "playing"
|
| 1106 |
+
}
|
| 1107 |
+
]
|
game_states.csv
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
timestamp,action,reward,outcome,decision_type,player_state_snapshot,enemy_info,player_state,enemy_state,enemy_count,game_state
|
| 2 |
+
1768180569287,Spell,90,damage_dealt,Spell,"{""level"":1,""hp"":100,""maxHp"":100,""mp"":35,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":42,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":100,""maxHp"":100,""mp"":35,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":42,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 3 |
+
1768180569791,enemy_attack,-23,damage_taken,enemy_attack,"{""level"":1,""hp"":77,""maxHp"":100,""mp"":35,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":42,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":77,""maxHp"":100,""mp"":35,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":42,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 4 |
+
1768180570169,Spell,90,damage_dealt,Spell,"{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":-48,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":-48,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 5 |
+
1768180570170,enemy_defeated,100,victory,combat_victory,"{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":-48,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":1,""hp"":77,""maxHp"":100,""mp"":20,""maxMp"":50,""exp"":0,""expToLevel"":50,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":0,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":-48,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 6 |
+
1768180570172,level_up,500,progression,progression,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":138,""skillPoints"":2}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":-48,""maxHp"":132,""attack"":23,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":5,""vit"":5,""def"":0,""gold"":138,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":-48,""attack"":23,""maxHp"":132,""isBoss"":false,""isElite"":false}",1,playing
|
| 7 |
+
1768180571062,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""str"":5,""int"":6,""vit"":5,""def"":0,""gold"":138,""skillPoints"":1}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":168,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":5,""def"":0,""gold"":138,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":168,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 8 |
+
1768180571450,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":168,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":20,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":168,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 9 |
+
1768180572045,Spell,93,damage_dealt,Spell,"{""level"":2,""hp"":77,""maxHp"":130,""mp"":5,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":75,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":77,""maxHp"":130,""mp"":5,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":75,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 10 |
+
1768180572547,enemy_attack,-34,damage_taken,enemy_attack,"{""level"":2,""hp"":43,""maxHp"":130,""mp"":5,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":75,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":43,""maxHp"":130,""mp"":5,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":75,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 11 |
+
1768180583560,inn_rest,200,full_restoration,rest_inn,"{""level"":2,""hp"":130,""maxHp"":130,""mp"":60,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":75,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":130,""maxHp"":130,""mp"":60,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":75,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 12 |
+
1768180608939,Spell,93,damage_dealt,Spell,"{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":-18,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":-18,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 13 |
+
1768180608940,enemy_defeated,100,victory,combat_victory,"{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":-18,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":2,""hp"":130,""maxHp"":130,""mp"":45,""maxMp"":60,""exp"":19,""expToLevel"":75,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":138,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":-18,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 14 |
+
1768180608942,level_up,500,progression,progression,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":322,""skillPoints"":2}","{""name"":""Spectrix"",""emoji"":""👻"",""hp"":-18,""maxHp"":168,""attack"":34,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":6,""vit"":6,""def"":0,""gold"":322,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👻"",""name"":""Spectrix"",""hp"":-18,""attack"":34,""maxHp"":168,""isBoss"":false,""isElite"":false}",2,playing
|
| 15 |
+
1768180609831,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""str"":5,""int"":7,""vit"":6,""def"":0,""gold"":322,""skillPoints"":1}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":78,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":6,""def"":0,""gold"":322,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":78,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 16 |
+
1768180610217,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":78,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":45,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":78,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 17 |
+
1768180611300,Spell,96,damage_dealt,Spell,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":-18,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":-18,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 18 |
+
1768180611301,enemy_defeated,100,victory,combat_victory,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0}","{""name"":""Zargoth"",""emoji"":""👾"",""hp"":-18,""maxHp"":78,""attack"":12,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":30,""maxMp"":70,""exp"":36,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":322,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👾"",""name"":""Zargoth"",""hp"":-18,""attack"":12,""maxHp"":78,""isBoss"":false,""isElite"":false}",3,playing
|
| 19 |
+
1768180611806,Spell,96,damage_dealt,Spell,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0}","{""name"":""Vlyth"",""emoji"":""🦇"",""hp"":-19,""maxHp"":77,""attack"":14,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""exp"":80,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🦇"",""name"":""Vlyth"",""hp"":-19,""attack"":14,""maxHp"":77,""isBoss"":false,""isElite"":false}",4,playing
|
| 20 |
+
1768180611807,enemy_defeated,100,victory,combat_victory,"{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0}","{""name"":""Vlyth"",""emoji"":""🦇"",""hp"":-19,""maxHp"":77,""attack"":14,""is_boss"":false,""is_elite"":false}","{""level"":3,""hp"":130,""maxHp"":162,""mp"":15,""maxMp"":70,""exp"":80,""expToLevel"":112,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":411,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🦇"",""name"":""Vlyth"",""hp"":-19,""attack"":14,""maxHp"":77,""isBoss"":false,""isElite"":false}",4,playing
|
| 21 |
+
1768180611810,level_up,500,progression,progression,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":503,""skillPoints"":2}","{""name"":""Vlyth"",""emoji"":""🦇"",""hp"":-19,""maxHp"":77,""attack"":14,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":7,""vit"":7,""def"":0,""gold"":503,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🦇"",""name"":""Vlyth"",""hp"":-19,""attack"":14,""maxHp"":77,""isBoss"":false,""isElite"":false}",4,playing
|
| 22 |
+
1768180612740,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""str"":5,""int"":8,""vit"":7,""def"":0,""gold"":503,""skillPoints"":1}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":225,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":7,""def"":0,""gold"":503,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":225,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 23 |
+
1768180613096,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":225,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":15,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":225,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 24 |
+
1768180614024,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":126,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":126,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 25 |
+
1768180614528,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":126,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":130,""maxHp"":196,""mp"":0,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":126,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 26 |
+
1768180627562,inn_rest,200,full_restoration,rest_inn,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":126,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":126,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 27 |
+
1768180629728,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":27,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":27,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 28 |
+
1768180630232,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":27,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":27,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 29 |
+
1768180630588,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":-72,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":-72,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 30 |
+
1768180630592,enemy_defeated,100,victory,combat_victory,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0}","{""name"":""Drakzul"",""emoji"":""🐉"",""hp"":-72,""maxHp"":225,""attack"":45,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":50,""maxMp"":80,""exp"":14,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":503,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🐉"",""name"":""Drakzul"",""hp"":-72,""attack"":45,""maxHp"":225,""isBoss"":false,""isElite"":false}",5,playing
|
| 31 |
+
1768180631206,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":221,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":221,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 32 |
+
1768180631709,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":221,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":35,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":221,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 33 |
+
1768180631944,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":20,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":122,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":20,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":122,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 34 |
+
1768180632447,enemy_attack,-64,damage_taken,enemy_attack,"{""level"":4,""hp"":132,""maxHp"":196,""mp"":20,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":122,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":132,""maxHp"":196,""mp"":20,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":122,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 35 |
+
1768180632577,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":132,""maxHp"":196,""mp"":5,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":23,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":132,""maxHp"":196,""mp"":5,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":23,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 36 |
+
1768180633082,enemy_attack,-64,damage_taken,enemy_attack,"{""level"":4,""hp"":68,""maxHp"":196,""mp"":5,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":23,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":68,""maxHp"":196,""mp"":5,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":23,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 37 |
+
1768180645712,inn_rest,200,full_restoration,rest_inn,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":23,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":80,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":23,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 38 |
+
1768180659415,Spell,99,damage_dealt,Spell,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":-76,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":-76,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 39 |
+
1768180659417,enemy_defeated,100,victory,combat_victory,"{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":-76,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":4,""hp"":196,""maxHp"":196,""mp"":65,""maxMp"":80,""exp"":154,""expToLevel"":168,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":784,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":-76,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 40 |
+
1768180659425,level_up,500,progression,progression,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":2}","{""name"":""Xenorath"",""emoji"":""👽"",""hp"":-76,""maxHp"":320,""attack"":64,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":8,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👽"",""name"":""Xenorath"",""hp"":-76,""attack"":64,""maxHp"":320,""isBoss"":false,""isElite"":false}",6,playing
|
| 41 |
+
1768180660365,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""str"":5,""int"":9,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":1}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":204,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":8,""def"":0,""gold"":1200,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":204,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 42 |
+
1768180660785,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":204,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":65,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":204,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 43 |
+
1768180661892,Spell,102,damage_dealt,Spell,"{""level"":5,""hp"":196,""maxHp"":232,""mp"":50,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":102,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":196,""maxHp"":232,""mp"":50,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":102,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 44 |
+
1768180662423,enemy_attack,-44,damage_taken,enemy_attack,"{""level"":5,""hp"":152,""maxHp"":232,""mp"":50,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":102,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":152,""maxHp"":232,""mp"":50,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":102,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 45 |
+
1768180662641,Spell,102,damage_dealt,Spell,"{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":0,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":0,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 46 |
+
1768180662644,enemy_defeated,100,victory,combat_victory,"{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":0,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":5,""hp"":152,""maxHp"":232,""mp"":35,""maxMp"":90,""exp"":194,""expToLevel"":252,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1200,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":0,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 47 |
+
1768180662648,level_up,500,progression,progression,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":2}","{""name"":""Datavore"",""emoji"":""💾"",""hp"":0,""maxHp"":204,""attack"":44,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":9,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""💾"",""name"":""Datavore"",""hp"":0,""attack"":44,""maxHp"":204,""isBoss"":false,""isElite"":false}",7,playing
|
| 48 |
+
1768180663954,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""str"":5,""int"":10,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":1}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":198,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":9,""def"":0,""gold"":1475,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":198,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 49 |
+
1768180664408,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":198,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":35,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":198,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 50 |
+
1768180665640,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":152,""maxHp"":270,""mp"":20,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":93,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":152,""maxHp"":270,""mp"":20,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":93,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 51 |
+
1768180666157,enemy_attack,-43,damage_taken,enemy_attack,"{""level"":6,""hp"":109,""maxHp"":270,""mp"":20,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":93,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":109,""maxHp"":270,""mp"":20,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":93,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 52 |
+
1768180666602,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":-12,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":-12,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 53 |
+
1768180666604,enemy_defeated,100,victory,combat_victory,"{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0}","{""name"":""Screenix"",""emoji"":""🖥️"",""hp"":-12,""maxHp"":198,""attack"":43,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":109,""maxHp"":270,""mp"":5,""maxMp"":100,""exp"":79,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1475,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🖥️"",""name"":""Screenix"",""hp"":-12,""attack"":43,""maxHp"":198,""isBoss"":false,""isElite"":false}",8,playing
|
| 54 |
+
1768180698993,inn_rest,200,full_restoration,rest_inn,"{""level"":6,""hp"":270,""maxHp"":270,""mp"":100,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":266,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":270,""maxHp"":270,""mp"":100,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":266,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 55 |
+
1768180702394,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":270,""maxHp"":270,""mp"":85,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":161,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":270,""maxHp"":270,""mp"":85,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":161,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 56 |
+
1768180702899,enemy_attack,-54,damage_taken,enemy_attack,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":85,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":161,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":85,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":161,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 57 |
+
1768180703361,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":56,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":56,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 58 |
+
1768180703867,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":56,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":70,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":56,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 59 |
+
1768180704320,Spell,105,damage_dealt,Spell,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-49,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-49,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 60 |
+
1768180704324,enemy_defeated,100,victory,combat_victory,"{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-49,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":6,""hp"":216,""maxHp"":270,""mp"":55,""maxMp"":100,""exp"":217,""expToLevel"":378,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":1752,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-49,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 61 |
+
1768180704328,level_up,500,progression,progression,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":2}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-49,""maxHp"":266,""attack"":54,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":10,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-49,""attack"":54,""maxHp"":266,""isBoss"":false,""isElite"":false}",9,playing
|
| 62 |
+
1768180705484,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""str"":5,""int"":11,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":1}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":440,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":10,""def"":0,""gold"":2137,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":440,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 63 |
+
1768180706055,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":440,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":55,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":440,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 64 |
+
1768180706885,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":332,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":332,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 65 |
+
1768180707391,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":332,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":40,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":332,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 66 |
+
1768180707676,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":224,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":224,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 67 |
+
1768180708182,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":224,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":25,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":224,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 68 |
+
1768180708441,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":216,""maxHp"":310,""mp"":10,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":116,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":216,""maxHp"":310,""mp"":10,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":116,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 69 |
+
1768180708947,enemy_attack,-100,damage_taken,enemy_attack,"{""level"":7,""hp"":116,""maxHp"":310,""mp"":10,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":116,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":116,""maxHp"":310,""mp"":10,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":116,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 70 |
+
1768180720770,inn_rest,200,full_restoration,rest_inn,"{""level"":7,""hp"":310,""maxHp"":310,""mp"":110,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":116,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":310,""maxHp"":310,""mp"":110,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":116,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 71 |
+
1768180724448,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":310,""maxHp"":310,""mp"":95,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":8,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":310,""maxHp"":310,""mp"":95,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":8,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 72 |
+
1768180724963,enemy_attack,-100,damage_taken,enemy_attack,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":95,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":8,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":95,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":8,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 73 |
+
1768180725025,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":-100,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":-100,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 74 |
+
1768180725031,enemy_defeated,100,victory,combat_victory,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0}","{""name"":""King Screenix"",""emoji"":""👑🖥️"",""hp"":-100,""maxHp"":440,""attack"":100,""is_boss"":true,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":80,""maxMp"":110,""exp"":31,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2137,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""👑🖥️"",""name"":""King Screenix"",""hp"":-100,""attack"":100,""maxHp"":440,""isBoss"":true,""isElite"":false}",10,playing
|
| 75 |
+
1768180725997,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0}","{""name"":""Skrix"",""emoji"":""🕷️"",""hp"":-3,""maxHp"":105,""attack"":28,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""exp"":361,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕷️"",""name"":""Skrix"",""hp"":-3,""attack"":28,""maxHp"":105,""isBoss"":false,""isElite"":false}",11,playing
|
| 76 |
+
1768180726002,enemy_defeated,100,victory,combat_victory,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0}","{""name"":""Skrix"",""emoji"":""🕷️"",""hp"":-3,""maxHp"":105,""attack"":28,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":65,""maxMp"":110,""exp"":361,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2797,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕷️"",""name"":""Skrix"",""hp"":-3,""attack"":28,""maxHp"":105,""isBoss"":false,""isElite"":false}",11,playing
|
| 77 |
+
1768180726597,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":200,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":200,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 78 |
+
1768180727128,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":200,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":50,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":200,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 79 |
+
1768180727218,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":92,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":92,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 80 |
+
1768180727730,enemy_hesitate,0,enemy_inaction,enemy_hesitate,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":92,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":35,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":92,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 81 |
+
1768180727890,Spell,108,damage_dealt,Spell,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-16,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-16,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 82 |
+
1768180727895,enemy_defeated,100,victory,combat_victory,"{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-16,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":7,""hp"":210,""maxHp"":310,""mp"":20,""maxMp"":110,""exp"":442,""expToLevel"":567,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":2959,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-16,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 83 |
+
1768180727906,level_up,500,progression,progression,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":2}","{""name"":""Voltrix"",""emoji"":""🔋"",""hp"":-16,""maxHp"":308,""attack"":65,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":11,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":2,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🔋"",""name"":""Voltrix"",""hp"":-16,""attack"":65,""maxHp"":308,""isBoss"":false,""isElite"":false}",12,playing
|
| 84 |
+
1768180729004,upgrade_int,50,stat_improvement,upgrade_stat,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":12,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":1}","{""name"":""Webtron"",""emoji"":""🕸️"",""hp"":299,""maxHp"":299,""attack"":77,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":12,""vit"":11,""def"":0,""gold"":3451,""skillPoints"":1,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕸️"",""name"":""Webtron"",""hp"":299,""attack"":77,""maxHp"":299,""isBoss"":false,""isElite"":false}",13,playing
|
| 85 |
+
1768180729432,upgrade_vit,50,stat_improvement,upgrade_stat,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":12,""vit"":12,""def"":0,""gold"":3451,""skillPoints"":0}","{""name"":""Webtron"",""emoji"":""🕸️"",""hp"":299,""maxHp"":299,""attack"":77,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":12,""vit"":12,""def"":0,""gold"":3451,""skillPoints"":0,""armorLevel"":0,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕸️"",""name"":""Webtron"",""hp"":299,""attack"":77,""maxHp"":299,""isBoss"":false,""isElite"":false}",13,playing
|
| 86 |
+
1768180732402,craft_armor_1,25,equipment_craft,craft_armor,"{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""str"":5,""int"":12,""vit"":12,""def"":25,""gold"":1451,""skillPoints"":0}","{""name"":""Webtron"",""emoji"":""🕸️"",""hp"":299,""maxHp"":299,""attack"":77,""is_boss"":false,""is_elite"":false}","{""level"":8,""hp"":210,""maxHp"":352,""mp"":20,""maxMp"":120,""exp"":121,""expToLevel"":850,""str"":5,""int"":12,""vit"":12,""def"":25,""gold"":1451,""skillPoints"":0,""armorLevel"":1,""hasGreatStaff"":false,""hasGreatSword"":false,""atkBonus"":0,""spellBonus"":0}","{""emoji"":""🕸️"",""name"":""Webtron"",""hp"":299,""attack"":77,""maxHp"":299,""isBoss"":false,""isElite"":false}",13,playing
|
game_states.json
ADDED
|
@@ -0,0 +1,1107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"timestamp": 1768180569287,
|
| 4 |
+
"action": "Spell",
|
| 5 |
+
"reward": 90,
|
| 6 |
+
"outcome": "damage_dealt",
|
| 7 |
+
"decision_type": "Spell",
|
| 8 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":100,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 9 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":42,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 10 |
+
"player_state": "{\"level\":1,\"hp\":100,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 11 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":42,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 12 |
+
"enemy_count": 1,
|
| 13 |
+
"game_state": "playing"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"timestamp": 1768180569791,
|
| 17 |
+
"action": "enemy_attack",
|
| 18 |
+
"reward": -23,
|
| 19 |
+
"outcome": "damage_taken",
|
| 20 |
+
"decision_type": "enemy_attack",
|
| 21 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 22 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":42,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 23 |
+
"player_state": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":35,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 24 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":42,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 25 |
+
"enemy_count": 1,
|
| 26 |
+
"game_state": "playing"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"timestamp": 1768180570169,
|
| 30 |
+
"action": "Spell",
|
| 31 |
+
"reward": 90,
|
| 32 |
+
"outcome": "damage_dealt",
|
| 33 |
+
"decision_type": "Spell",
|
| 34 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 35 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":-48,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 36 |
+
"player_state": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 37 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":-48,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 38 |
+
"enemy_count": 1,
|
| 39 |
+
"game_state": "playing"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"timestamp": 1768180570170,
|
| 43 |
+
"action": "enemy_defeated",
|
| 44 |
+
"reward": 100,
|
| 45 |
+
"outcome": "victory",
|
| 46 |
+
"decision_type": "combat_victory",
|
| 47 |
+
"player_state_snapshot": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0}",
|
| 48 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":-48,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 49 |
+
"player_state": "{\"level\":1,\"hp\":77,\"maxHp\":100,\"mp\":20,\"maxMp\":50,\"exp\":0,\"expToLevel\":50,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":0,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 50 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":-48,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 51 |
+
"enemy_count": 1,
|
| 52 |
+
"game_state": "playing"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"timestamp": 1768180570172,
|
| 56 |
+
"action": "level_up",
|
| 57 |
+
"reward": 500,
|
| 58 |
+
"outcome": "progression",
|
| 59 |
+
"decision_type": "progression",
|
| 60 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":2}",
|
| 61 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":-48,\"maxHp\":132,\"attack\":23,\"is_boss\":false,\"is_elite\":false}",
|
| 62 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":5,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 63 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":-48,\"attack\":23,\"maxHp\":132,\"isBoss\":false,\"isElite\":false}",
|
| 64 |
+
"enemy_count": 1,
|
| 65 |
+
"game_state": "playing"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"timestamp": 1768180571062,
|
| 69 |
+
"action": "upgrade_int",
|
| 70 |
+
"reward": 50,
|
| 71 |
+
"outcome": "stat_improvement",
|
| 72 |
+
"decision_type": "upgrade_stat",
|
| 73 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":1}",
|
| 74 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":168,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 75 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":5,\"def\":0,\"gold\":138,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 76 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":168,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 77 |
+
"enemy_count": 2,
|
| 78 |
+
"game_state": "playing"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"timestamp": 1768180571450,
|
| 82 |
+
"action": "upgrade_vit",
|
| 83 |
+
"reward": 50,
|
| 84 |
+
"outcome": "stat_improvement",
|
| 85 |
+
"decision_type": "upgrade_stat",
|
| 86 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 87 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":168,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 88 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":20,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 89 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":168,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 90 |
+
"enemy_count": 2,
|
| 91 |
+
"game_state": "playing"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"timestamp": 1768180572045,
|
| 95 |
+
"action": "Spell",
|
| 96 |
+
"reward": 93,
|
| 97 |
+
"outcome": "damage_dealt",
|
| 98 |
+
"decision_type": "Spell",
|
| 99 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 100 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":75,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 101 |
+
"player_state": "{\"level\":2,\"hp\":77,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 102 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":75,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 103 |
+
"enemy_count": 2,
|
| 104 |
+
"game_state": "playing"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"timestamp": 1768180572547,
|
| 108 |
+
"action": "enemy_attack",
|
| 109 |
+
"reward": -34,
|
| 110 |
+
"outcome": "damage_taken",
|
| 111 |
+
"decision_type": "enemy_attack",
|
| 112 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":43,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 113 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":75,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 114 |
+
"player_state": "{\"level\":2,\"hp\":43,\"maxHp\":130,\"mp\":5,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 115 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":75,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 116 |
+
"enemy_count": 2,
|
| 117 |
+
"game_state": "playing"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"timestamp": 1768180583560,
|
| 121 |
+
"action": "inn_rest",
|
| 122 |
+
"reward": 200,
|
| 123 |
+
"outcome": "full_restoration",
|
| 124 |
+
"decision_type": "rest_inn",
|
| 125 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":60,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 126 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":75,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 127 |
+
"player_state": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":60,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 128 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":75,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 129 |
+
"enemy_count": 2,
|
| 130 |
+
"game_state": "playing"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"timestamp": 1768180608939,
|
| 134 |
+
"action": "Spell",
|
| 135 |
+
"reward": 93,
|
| 136 |
+
"outcome": "damage_dealt",
|
| 137 |
+
"decision_type": "Spell",
|
| 138 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 139 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":-18,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 140 |
+
"player_state": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 141 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":-18,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 142 |
+
"enemy_count": 2,
|
| 143 |
+
"game_state": "playing"
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"timestamp": 1768180608940,
|
| 147 |
+
"action": "enemy_defeated",
|
| 148 |
+
"reward": 100,
|
| 149 |
+
"outcome": "victory",
|
| 150 |
+
"decision_type": "combat_victory",
|
| 151 |
+
"player_state_snapshot": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0}",
|
| 152 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":-18,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 153 |
+
"player_state": "{\"level\":2,\"hp\":130,\"maxHp\":130,\"mp\":45,\"maxMp\":60,\"exp\":19,\"expToLevel\":75,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":138,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 154 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":-18,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 155 |
+
"enemy_count": 2,
|
| 156 |
+
"game_state": "playing"
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"timestamp": 1768180608942,
|
| 160 |
+
"action": "level_up",
|
| 161 |
+
"reward": 500,
|
| 162 |
+
"outcome": "progression",
|
| 163 |
+
"decision_type": "progression",
|
| 164 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":2}",
|
| 165 |
+
"enemy_info": "{\"name\":\"Spectrix\",\"emoji\":\"👻\",\"hp\":-18,\"maxHp\":168,\"attack\":34,\"is_boss\":false,\"is_elite\":false}",
|
| 166 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":6,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 167 |
+
"enemy_state": "{\"emoji\":\"👻\",\"name\":\"Spectrix\",\"hp\":-18,\"attack\":34,\"maxHp\":168,\"isBoss\":false,\"isElite\":false}",
|
| 168 |
+
"enemy_count": 2,
|
| 169 |
+
"game_state": "playing"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"timestamp": 1768180609831,
|
| 173 |
+
"action": "upgrade_int",
|
| 174 |
+
"reward": 50,
|
| 175 |
+
"outcome": "stat_improvement",
|
| 176 |
+
"decision_type": "upgrade_stat",
|
| 177 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":1}",
|
| 178 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":78,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 179 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":6,\"def\":0,\"gold\":322,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 180 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":78,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 181 |
+
"enemy_count": 3,
|
| 182 |
+
"game_state": "playing"
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"timestamp": 1768180610217,
|
| 186 |
+
"action": "upgrade_vit",
|
| 187 |
+
"reward": 50,
|
| 188 |
+
"outcome": "stat_improvement",
|
| 189 |
+
"decision_type": "upgrade_stat",
|
| 190 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0}",
|
| 191 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":78,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 192 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":45,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 193 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":78,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 194 |
+
"enemy_count": 3,
|
| 195 |
+
"game_state": "playing"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"timestamp": 1768180611300,
|
| 199 |
+
"action": "Spell",
|
| 200 |
+
"reward": 96,
|
| 201 |
+
"outcome": "damage_dealt",
|
| 202 |
+
"decision_type": "Spell",
|
| 203 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0}",
|
| 204 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":-18,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 205 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 206 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":-18,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 207 |
+
"enemy_count": 3,
|
| 208 |
+
"game_state": "playing"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"timestamp": 1768180611301,
|
| 212 |
+
"action": "enemy_defeated",
|
| 213 |
+
"reward": 100,
|
| 214 |
+
"outcome": "victory",
|
| 215 |
+
"decision_type": "combat_victory",
|
| 216 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0}",
|
| 217 |
+
"enemy_info": "{\"name\":\"Zargoth\",\"emoji\":\"👾\",\"hp\":-18,\"maxHp\":78,\"attack\":12,\"is_boss\":false,\"is_elite\":false}",
|
| 218 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":30,\"maxMp\":70,\"exp\":36,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":322,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 219 |
+
"enemy_state": "{\"emoji\":\"👾\",\"name\":\"Zargoth\",\"hp\":-18,\"attack\":12,\"maxHp\":78,\"isBoss\":false,\"isElite\":false}",
|
| 220 |
+
"enemy_count": 3,
|
| 221 |
+
"game_state": "playing"
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"timestamp": 1768180611806,
|
| 225 |
+
"action": "Spell",
|
| 226 |
+
"reward": 96,
|
| 227 |
+
"outcome": "damage_dealt",
|
| 228 |
+
"decision_type": "Spell",
|
| 229 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0}",
|
| 230 |
+
"enemy_info": "{\"name\":\"Vlyth\",\"emoji\":\"🦇\",\"hp\":-19,\"maxHp\":77,\"attack\":14,\"is_boss\":false,\"is_elite\":false}",
|
| 231 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"exp\":80,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 232 |
+
"enemy_state": "{\"emoji\":\"🦇\",\"name\":\"Vlyth\",\"hp\":-19,\"attack\":14,\"maxHp\":77,\"isBoss\":false,\"isElite\":false}",
|
| 233 |
+
"enemy_count": 4,
|
| 234 |
+
"game_state": "playing"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"timestamp": 1768180611807,
|
| 238 |
+
"action": "enemy_defeated",
|
| 239 |
+
"reward": 100,
|
| 240 |
+
"outcome": "victory",
|
| 241 |
+
"decision_type": "combat_victory",
|
| 242 |
+
"player_state_snapshot": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0}",
|
| 243 |
+
"enemy_info": "{\"name\":\"Vlyth\",\"emoji\":\"🦇\",\"hp\":-19,\"maxHp\":77,\"attack\":14,\"is_boss\":false,\"is_elite\":false}",
|
| 244 |
+
"player_state": "{\"level\":3,\"hp\":130,\"maxHp\":162,\"mp\":15,\"maxMp\":70,\"exp\":80,\"expToLevel\":112,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":411,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 245 |
+
"enemy_state": "{\"emoji\":\"🦇\",\"name\":\"Vlyth\",\"hp\":-19,\"attack\":14,\"maxHp\":77,\"isBoss\":false,\"isElite\":false}",
|
| 246 |
+
"enemy_count": 4,
|
| 247 |
+
"game_state": "playing"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"timestamp": 1768180611810,
|
| 251 |
+
"action": "level_up",
|
| 252 |
+
"reward": 500,
|
| 253 |
+
"outcome": "progression",
|
| 254 |
+
"decision_type": "progression",
|
| 255 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":2}",
|
| 256 |
+
"enemy_info": "{\"name\":\"Vlyth\",\"emoji\":\"🦇\",\"hp\":-19,\"maxHp\":77,\"attack\":14,\"is_boss\":false,\"is_elite\":false}",
|
| 257 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":7,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 258 |
+
"enemy_state": "{\"emoji\":\"🦇\",\"name\":\"Vlyth\",\"hp\":-19,\"attack\":14,\"maxHp\":77,\"isBoss\":false,\"isElite\":false}",
|
| 259 |
+
"enemy_count": 4,
|
| 260 |
+
"game_state": "playing"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"timestamp": 1768180612740,
|
| 264 |
+
"action": "upgrade_int",
|
| 265 |
+
"reward": 50,
|
| 266 |
+
"outcome": "stat_improvement",
|
| 267 |
+
"decision_type": "upgrade_stat",
|
| 268 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":1}",
|
| 269 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":225,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 270 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":7,\"def\":0,\"gold\":503,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 271 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":225,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 272 |
+
"enemy_count": 5,
|
| 273 |
+
"game_state": "playing"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"timestamp": 1768180613096,
|
| 277 |
+
"action": "upgrade_vit",
|
| 278 |
+
"reward": 50,
|
| 279 |
+
"outcome": "stat_improvement",
|
| 280 |
+
"decision_type": "upgrade_stat",
|
| 281 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 282 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":225,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 283 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":15,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 284 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":225,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 285 |
+
"enemy_count": 5,
|
| 286 |
+
"game_state": "playing"
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"timestamp": 1768180614024,
|
| 290 |
+
"action": "Spell",
|
| 291 |
+
"reward": 99,
|
| 292 |
+
"outcome": "damage_dealt",
|
| 293 |
+
"decision_type": "Spell",
|
| 294 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 295 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":126,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 296 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 297 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":126,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 298 |
+
"enemy_count": 5,
|
| 299 |
+
"game_state": "playing"
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"timestamp": 1768180614528,
|
| 303 |
+
"action": "enemy_hesitate",
|
| 304 |
+
"reward": 0,
|
| 305 |
+
"outcome": "enemy_inaction",
|
| 306 |
+
"decision_type": "enemy_hesitate",
|
| 307 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 308 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":126,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 309 |
+
"player_state": "{\"level\":4,\"hp\":130,\"maxHp\":196,\"mp\":0,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 310 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":126,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 311 |
+
"enemy_count": 5,
|
| 312 |
+
"game_state": "playing"
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"timestamp": 1768180627562,
|
| 316 |
+
"action": "inn_rest",
|
| 317 |
+
"reward": 200,
|
| 318 |
+
"outcome": "full_restoration",
|
| 319 |
+
"decision_type": "rest_inn",
|
| 320 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 321 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":126,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 322 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 323 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":126,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 324 |
+
"enemy_count": 5,
|
| 325 |
+
"game_state": "playing"
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"timestamp": 1768180629728,
|
| 329 |
+
"action": "Spell",
|
| 330 |
+
"reward": 99,
|
| 331 |
+
"outcome": "damage_dealt",
|
| 332 |
+
"decision_type": "Spell",
|
| 333 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 334 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":27,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 335 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 336 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":27,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 337 |
+
"enemy_count": 5,
|
| 338 |
+
"game_state": "playing"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"timestamp": 1768180630232,
|
| 342 |
+
"action": "enemy_hesitate",
|
| 343 |
+
"reward": 0,
|
| 344 |
+
"outcome": "enemy_inaction",
|
| 345 |
+
"decision_type": "enemy_hesitate",
|
| 346 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 347 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":27,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 348 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 349 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":27,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 350 |
+
"enemy_count": 5,
|
| 351 |
+
"game_state": "playing"
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"timestamp": 1768180630588,
|
| 355 |
+
"action": "Spell",
|
| 356 |
+
"reward": 99,
|
| 357 |
+
"outcome": "damage_dealt",
|
| 358 |
+
"decision_type": "Spell",
|
| 359 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 360 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":-72,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 361 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 362 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":-72,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 363 |
+
"enemy_count": 5,
|
| 364 |
+
"game_state": "playing"
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"timestamp": 1768180630592,
|
| 368 |
+
"action": "enemy_defeated",
|
| 369 |
+
"reward": 100,
|
| 370 |
+
"outcome": "victory",
|
| 371 |
+
"decision_type": "combat_victory",
|
| 372 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0}",
|
| 373 |
+
"enemy_info": "{\"name\":\"Drakzul\",\"emoji\":\"🐉\",\"hp\":-72,\"maxHp\":225,\"attack\":45,\"is_boss\":false,\"is_elite\":false}",
|
| 374 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":50,\"maxMp\":80,\"exp\":14,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":503,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 375 |
+
"enemy_state": "{\"emoji\":\"🐉\",\"name\":\"Drakzul\",\"hp\":-72,\"attack\":45,\"maxHp\":225,\"isBoss\":false,\"isElite\":false}",
|
| 376 |
+
"enemy_count": 5,
|
| 377 |
+
"game_state": "playing"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"timestamp": 1768180631206,
|
| 381 |
+
"action": "Spell",
|
| 382 |
+
"reward": 99,
|
| 383 |
+
"outcome": "damage_dealt",
|
| 384 |
+
"decision_type": "Spell",
|
| 385 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 386 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":221,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 387 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 388 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":221,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 389 |
+
"enemy_count": 6,
|
| 390 |
+
"game_state": "playing"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"timestamp": 1768180631709,
|
| 394 |
+
"action": "enemy_hesitate",
|
| 395 |
+
"reward": 0,
|
| 396 |
+
"outcome": "enemy_inaction",
|
| 397 |
+
"decision_type": "enemy_hesitate",
|
| 398 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 399 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":221,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 400 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":35,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 401 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":221,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 402 |
+
"enemy_count": 6,
|
| 403 |
+
"game_state": "playing"
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"timestamp": 1768180631944,
|
| 407 |
+
"action": "Spell",
|
| 408 |
+
"reward": 99,
|
| 409 |
+
"outcome": "damage_dealt",
|
| 410 |
+
"decision_type": "Spell",
|
| 411 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 412 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":122,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 413 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 414 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":122,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 415 |
+
"enemy_count": 6,
|
| 416 |
+
"game_state": "playing"
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"timestamp": 1768180632447,
|
| 420 |
+
"action": "enemy_attack",
|
| 421 |
+
"reward": -64,
|
| 422 |
+
"outcome": "damage_taken",
|
| 423 |
+
"decision_type": "enemy_attack",
|
| 424 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 425 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":122,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 426 |
+
"player_state": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":20,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 427 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":122,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 428 |
+
"enemy_count": 6,
|
| 429 |
+
"game_state": "playing"
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"timestamp": 1768180632577,
|
| 433 |
+
"action": "Spell",
|
| 434 |
+
"reward": 99,
|
| 435 |
+
"outcome": "damage_dealt",
|
| 436 |
+
"decision_type": "Spell",
|
| 437 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 438 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":23,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 439 |
+
"player_state": "{\"level\":4,\"hp\":132,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 440 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":23,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 441 |
+
"enemy_count": 6,
|
| 442 |
+
"game_state": "playing"
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"timestamp": 1768180633082,
|
| 446 |
+
"action": "enemy_attack",
|
| 447 |
+
"reward": -64,
|
| 448 |
+
"outcome": "damage_taken",
|
| 449 |
+
"decision_type": "enemy_attack",
|
| 450 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":68,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 451 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":23,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 452 |
+
"player_state": "{\"level\":4,\"hp\":68,\"maxHp\":196,\"mp\":5,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 453 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":23,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 454 |
+
"enemy_count": 6,
|
| 455 |
+
"game_state": "playing"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"timestamp": 1768180645712,
|
| 459 |
+
"action": "inn_rest",
|
| 460 |
+
"reward": 200,
|
| 461 |
+
"outcome": "full_restoration",
|
| 462 |
+
"decision_type": "rest_inn",
|
| 463 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 464 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":23,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 465 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":80,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 466 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":23,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 467 |
+
"enemy_count": 6,
|
| 468 |
+
"game_state": "playing"
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"timestamp": 1768180659415,
|
| 472 |
+
"action": "Spell",
|
| 473 |
+
"reward": 99,
|
| 474 |
+
"outcome": "damage_dealt",
|
| 475 |
+
"decision_type": "Spell",
|
| 476 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 477 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":-76,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 478 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 479 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":-76,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 480 |
+
"enemy_count": 6,
|
| 481 |
+
"game_state": "playing"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"timestamp": 1768180659417,
|
| 485 |
+
"action": "enemy_defeated",
|
| 486 |
+
"reward": 100,
|
| 487 |
+
"outcome": "victory",
|
| 488 |
+
"decision_type": "combat_victory",
|
| 489 |
+
"player_state_snapshot": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0}",
|
| 490 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":-76,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 491 |
+
"player_state": "{\"level\":4,\"hp\":196,\"maxHp\":196,\"mp\":65,\"maxMp\":80,\"exp\":154,\"expToLevel\":168,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":784,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 492 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":-76,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 493 |
+
"enemy_count": 6,
|
| 494 |
+
"game_state": "playing"
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"timestamp": 1768180659425,
|
| 498 |
+
"action": "level_up",
|
| 499 |
+
"reward": 500,
|
| 500 |
+
"outcome": "progression",
|
| 501 |
+
"decision_type": "progression",
|
| 502 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":2}",
|
| 503 |
+
"enemy_info": "{\"name\":\"Xenorath\",\"emoji\":\"👽\",\"hp\":-76,\"maxHp\":320,\"attack\":64,\"is_boss\":false,\"is_elite\":false}",
|
| 504 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":8,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 505 |
+
"enemy_state": "{\"emoji\":\"👽\",\"name\":\"Xenorath\",\"hp\":-76,\"attack\":64,\"maxHp\":320,\"isBoss\":false,\"isElite\":false}",
|
| 506 |
+
"enemy_count": 6,
|
| 507 |
+
"game_state": "playing"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"timestamp": 1768180660365,
|
| 511 |
+
"action": "upgrade_int",
|
| 512 |
+
"reward": 50,
|
| 513 |
+
"outcome": "stat_improvement",
|
| 514 |
+
"decision_type": "upgrade_stat",
|
| 515 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":1}",
|
| 516 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":204,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 517 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":8,\"def\":0,\"gold\":1200,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 518 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":204,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 519 |
+
"enemy_count": 7,
|
| 520 |
+
"game_state": "playing"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"timestamp": 1768180660785,
|
| 524 |
+
"action": "upgrade_vit",
|
| 525 |
+
"reward": 50,
|
| 526 |
+
"outcome": "stat_improvement",
|
| 527 |
+
"decision_type": "upgrade_stat",
|
| 528 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 529 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":204,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 530 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":65,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 531 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":204,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 532 |
+
"enemy_count": 7,
|
| 533 |
+
"game_state": "playing"
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"timestamp": 1768180661892,
|
| 537 |
+
"action": "Spell",
|
| 538 |
+
"reward": 102,
|
| 539 |
+
"outcome": "damage_dealt",
|
| 540 |
+
"decision_type": "Spell",
|
| 541 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 542 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":102,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 543 |
+
"player_state": "{\"level\":5,\"hp\":196,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 544 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":102,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 545 |
+
"enemy_count": 7,
|
| 546 |
+
"game_state": "playing"
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"timestamp": 1768180662423,
|
| 550 |
+
"action": "enemy_attack",
|
| 551 |
+
"reward": -44,
|
| 552 |
+
"outcome": "damage_taken",
|
| 553 |
+
"decision_type": "enemy_attack",
|
| 554 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 555 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":102,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 556 |
+
"player_state": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":50,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 557 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":102,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 558 |
+
"enemy_count": 7,
|
| 559 |
+
"game_state": "playing"
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"timestamp": 1768180662641,
|
| 563 |
+
"action": "Spell",
|
| 564 |
+
"reward": 102,
|
| 565 |
+
"outcome": "damage_dealt",
|
| 566 |
+
"decision_type": "Spell",
|
| 567 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 568 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":0,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 569 |
+
"player_state": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 570 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":0,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 571 |
+
"enemy_count": 7,
|
| 572 |
+
"game_state": "playing"
|
| 573 |
+
},
|
| 574 |
+
{
|
| 575 |
+
"timestamp": 1768180662644,
|
| 576 |
+
"action": "enemy_defeated",
|
| 577 |
+
"reward": 100,
|
| 578 |
+
"outcome": "victory",
|
| 579 |
+
"decision_type": "combat_victory",
|
| 580 |
+
"player_state_snapshot": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0}",
|
| 581 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":0,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 582 |
+
"player_state": "{\"level\":5,\"hp\":152,\"maxHp\":232,\"mp\":35,\"maxMp\":90,\"exp\":194,\"expToLevel\":252,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1200,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 583 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":0,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 584 |
+
"enemy_count": 7,
|
| 585 |
+
"game_state": "playing"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"timestamp": 1768180662648,
|
| 589 |
+
"action": "level_up",
|
| 590 |
+
"reward": 500,
|
| 591 |
+
"outcome": "progression",
|
| 592 |
+
"decision_type": "progression",
|
| 593 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":2}",
|
| 594 |
+
"enemy_info": "{\"name\":\"Datavore\",\"emoji\":\"💾\",\"hp\":0,\"maxHp\":204,\"attack\":44,\"is_boss\":false,\"is_elite\":false}",
|
| 595 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":9,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 596 |
+
"enemy_state": "{\"emoji\":\"💾\",\"name\":\"Datavore\",\"hp\":0,\"attack\":44,\"maxHp\":204,\"isBoss\":false,\"isElite\":false}",
|
| 597 |
+
"enemy_count": 7,
|
| 598 |
+
"game_state": "playing"
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"timestamp": 1768180663954,
|
| 602 |
+
"action": "upgrade_int",
|
| 603 |
+
"reward": 50,
|
| 604 |
+
"outcome": "stat_improvement",
|
| 605 |
+
"decision_type": "upgrade_stat",
|
| 606 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":1}",
|
| 607 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":198,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 608 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":9,\"def\":0,\"gold\":1475,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 609 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":198,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 610 |
+
"enemy_count": 8,
|
| 611 |
+
"game_state": "playing"
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"timestamp": 1768180664408,
|
| 615 |
+
"action": "upgrade_vit",
|
| 616 |
+
"reward": 50,
|
| 617 |
+
"outcome": "stat_improvement",
|
| 618 |
+
"decision_type": "upgrade_stat",
|
| 619 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 620 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":198,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 621 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":35,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 622 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":198,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 623 |
+
"enemy_count": 8,
|
| 624 |
+
"game_state": "playing"
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"timestamp": 1768180665640,
|
| 628 |
+
"action": "Spell",
|
| 629 |
+
"reward": 105,
|
| 630 |
+
"outcome": "damage_dealt",
|
| 631 |
+
"decision_type": "Spell",
|
| 632 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 633 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":93,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 634 |
+
"player_state": "{\"level\":6,\"hp\":152,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 635 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":93,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 636 |
+
"enemy_count": 8,
|
| 637 |
+
"game_state": "playing"
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"timestamp": 1768180666157,
|
| 641 |
+
"action": "enemy_attack",
|
| 642 |
+
"reward": -43,
|
| 643 |
+
"outcome": "damage_taken",
|
| 644 |
+
"decision_type": "enemy_attack",
|
| 645 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 646 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":93,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 647 |
+
"player_state": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":20,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 648 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":93,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 649 |
+
"enemy_count": 8,
|
| 650 |
+
"game_state": "playing"
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"timestamp": 1768180666602,
|
| 654 |
+
"action": "Spell",
|
| 655 |
+
"reward": 105,
|
| 656 |
+
"outcome": "damage_dealt",
|
| 657 |
+
"decision_type": "Spell",
|
| 658 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 659 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":-12,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 660 |
+
"player_state": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 661 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":-12,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 662 |
+
"enemy_count": 8,
|
| 663 |
+
"game_state": "playing"
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"timestamp": 1768180666604,
|
| 667 |
+
"action": "enemy_defeated",
|
| 668 |
+
"reward": 100,
|
| 669 |
+
"outcome": "victory",
|
| 670 |
+
"decision_type": "combat_victory",
|
| 671 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0}",
|
| 672 |
+
"enemy_info": "{\"name\":\"Screenix\",\"emoji\":\"🖥️\",\"hp\":-12,\"maxHp\":198,\"attack\":43,\"is_boss\":false,\"is_elite\":false}",
|
| 673 |
+
"player_state": "{\"level\":6,\"hp\":109,\"maxHp\":270,\"mp\":5,\"maxMp\":100,\"exp\":79,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1475,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 674 |
+
"enemy_state": "{\"emoji\":\"🖥️\",\"name\":\"Screenix\",\"hp\":-12,\"attack\":43,\"maxHp\":198,\"isBoss\":false,\"isElite\":false}",
|
| 675 |
+
"enemy_count": 8,
|
| 676 |
+
"game_state": "playing"
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"timestamp": 1768180698993,
|
| 680 |
+
"action": "inn_rest",
|
| 681 |
+
"reward": 200,
|
| 682 |
+
"outcome": "full_restoration",
|
| 683 |
+
"decision_type": "rest_inn",
|
| 684 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":100,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 685 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":266,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 686 |
+
"player_state": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":100,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 687 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":266,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 688 |
+
"enemy_count": 9,
|
| 689 |
+
"game_state": "playing"
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"timestamp": 1768180702394,
|
| 693 |
+
"action": "Spell",
|
| 694 |
+
"reward": 105,
|
| 695 |
+
"outcome": "damage_dealt",
|
| 696 |
+
"decision_type": "Spell",
|
| 697 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 698 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":161,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 699 |
+
"player_state": "{\"level\":6,\"hp\":270,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 700 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":161,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 701 |
+
"enemy_count": 9,
|
| 702 |
+
"game_state": "playing"
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"timestamp": 1768180702899,
|
| 706 |
+
"action": "enemy_attack",
|
| 707 |
+
"reward": -54,
|
| 708 |
+
"outcome": "damage_taken",
|
| 709 |
+
"decision_type": "enemy_attack",
|
| 710 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 711 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":161,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 712 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":85,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 713 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":161,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 714 |
+
"enemy_count": 9,
|
| 715 |
+
"game_state": "playing"
|
| 716 |
+
},
|
| 717 |
+
{
|
| 718 |
+
"timestamp": 1768180703361,
|
| 719 |
+
"action": "Spell",
|
| 720 |
+
"reward": 105,
|
| 721 |
+
"outcome": "damage_dealt",
|
| 722 |
+
"decision_type": "Spell",
|
| 723 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 724 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":56,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 725 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 726 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":56,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 727 |
+
"enemy_count": 9,
|
| 728 |
+
"game_state": "playing"
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"timestamp": 1768180703867,
|
| 732 |
+
"action": "enemy_hesitate",
|
| 733 |
+
"reward": 0,
|
| 734 |
+
"outcome": "enemy_inaction",
|
| 735 |
+
"decision_type": "enemy_hesitate",
|
| 736 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 737 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":56,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 738 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":70,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 739 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":56,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 740 |
+
"enemy_count": 9,
|
| 741 |
+
"game_state": "playing"
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"timestamp": 1768180704320,
|
| 745 |
+
"action": "Spell",
|
| 746 |
+
"reward": 105,
|
| 747 |
+
"outcome": "damage_dealt",
|
| 748 |
+
"decision_type": "Spell",
|
| 749 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 750 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-49,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 751 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 752 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-49,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 753 |
+
"enemy_count": 9,
|
| 754 |
+
"game_state": "playing"
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"timestamp": 1768180704324,
|
| 758 |
+
"action": "enemy_defeated",
|
| 759 |
+
"reward": 100,
|
| 760 |
+
"outcome": "victory",
|
| 761 |
+
"decision_type": "combat_victory",
|
| 762 |
+
"player_state_snapshot": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0}",
|
| 763 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-49,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 764 |
+
"player_state": "{\"level\":6,\"hp\":216,\"maxHp\":270,\"mp\":55,\"maxMp\":100,\"exp\":217,\"expToLevel\":378,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":1752,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 765 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-49,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 766 |
+
"enemy_count": 9,
|
| 767 |
+
"game_state": "playing"
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"timestamp": 1768180704328,
|
| 771 |
+
"action": "level_up",
|
| 772 |
+
"reward": 500,
|
| 773 |
+
"outcome": "progression",
|
| 774 |
+
"decision_type": "progression",
|
| 775 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":2}",
|
| 776 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-49,\"maxHp\":266,\"attack\":54,\"is_boss\":false,\"is_elite\":false}",
|
| 777 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":10,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 778 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-49,\"attack\":54,\"maxHp\":266,\"isBoss\":false,\"isElite\":false}",
|
| 779 |
+
"enemy_count": 9,
|
| 780 |
+
"game_state": "playing"
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"timestamp": 1768180705484,
|
| 784 |
+
"action": "upgrade_int",
|
| 785 |
+
"reward": 50,
|
| 786 |
+
"outcome": "stat_improvement",
|
| 787 |
+
"decision_type": "upgrade_stat",
|
| 788 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":1}",
|
| 789 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":440,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 790 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":10,\"def\":0,\"gold\":2137,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 791 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":440,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 792 |
+
"enemy_count": 10,
|
| 793 |
+
"game_state": "playing"
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"timestamp": 1768180706055,
|
| 797 |
+
"action": "upgrade_vit",
|
| 798 |
+
"reward": 50,
|
| 799 |
+
"outcome": "stat_improvement",
|
| 800 |
+
"decision_type": "upgrade_stat",
|
| 801 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 802 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":440,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 803 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":55,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 804 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":440,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 805 |
+
"enemy_count": 10,
|
| 806 |
+
"game_state": "playing"
|
| 807 |
+
},
|
| 808 |
+
{
|
| 809 |
+
"timestamp": 1768180706885,
|
| 810 |
+
"action": "Spell",
|
| 811 |
+
"reward": 108,
|
| 812 |
+
"outcome": "damage_dealt",
|
| 813 |
+
"decision_type": "Spell",
|
| 814 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 815 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":332,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 816 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 817 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":332,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 818 |
+
"enemy_count": 10,
|
| 819 |
+
"game_state": "playing"
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"timestamp": 1768180707391,
|
| 823 |
+
"action": "enemy_hesitate",
|
| 824 |
+
"reward": 0,
|
| 825 |
+
"outcome": "enemy_inaction",
|
| 826 |
+
"decision_type": "enemy_hesitate",
|
| 827 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 828 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":332,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 829 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":40,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 830 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":332,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 831 |
+
"enemy_count": 10,
|
| 832 |
+
"game_state": "playing"
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"timestamp": 1768180707676,
|
| 836 |
+
"action": "Spell",
|
| 837 |
+
"reward": 108,
|
| 838 |
+
"outcome": "damage_dealt",
|
| 839 |
+
"decision_type": "Spell",
|
| 840 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 841 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":224,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 842 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 843 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":224,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 844 |
+
"enemy_count": 10,
|
| 845 |
+
"game_state": "playing"
|
| 846 |
+
},
|
| 847 |
+
{
|
| 848 |
+
"timestamp": 1768180708182,
|
| 849 |
+
"action": "enemy_hesitate",
|
| 850 |
+
"reward": 0,
|
| 851 |
+
"outcome": "enemy_inaction",
|
| 852 |
+
"decision_type": "enemy_hesitate",
|
| 853 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 854 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":224,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 855 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":25,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 856 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":224,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 857 |
+
"enemy_count": 10,
|
| 858 |
+
"game_state": "playing"
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"timestamp": 1768180708441,
|
| 862 |
+
"action": "Spell",
|
| 863 |
+
"reward": 108,
|
| 864 |
+
"outcome": "damage_dealt",
|
| 865 |
+
"decision_type": "Spell",
|
| 866 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 867 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":116,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 868 |
+
"player_state": "{\"level\":7,\"hp\":216,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 869 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":116,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 870 |
+
"enemy_count": 10,
|
| 871 |
+
"game_state": "playing"
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"timestamp": 1768180708947,
|
| 875 |
+
"action": "enemy_attack",
|
| 876 |
+
"reward": -100,
|
| 877 |
+
"outcome": "damage_taken",
|
| 878 |
+
"decision_type": "enemy_attack",
|
| 879 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":116,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 880 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":116,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 881 |
+
"player_state": "{\"level\":7,\"hp\":116,\"maxHp\":310,\"mp\":10,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 882 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":116,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 883 |
+
"enemy_count": 10,
|
| 884 |
+
"game_state": "playing"
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"timestamp": 1768180720770,
|
| 888 |
+
"action": "inn_rest",
|
| 889 |
+
"reward": 200,
|
| 890 |
+
"outcome": "full_restoration",
|
| 891 |
+
"decision_type": "rest_inn",
|
| 892 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":110,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 893 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":116,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 894 |
+
"player_state": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":110,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 895 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":116,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 896 |
+
"enemy_count": 10,
|
| 897 |
+
"game_state": "playing"
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"timestamp": 1768180724448,
|
| 901 |
+
"action": "Spell",
|
| 902 |
+
"reward": 108,
|
| 903 |
+
"outcome": "damage_dealt",
|
| 904 |
+
"decision_type": "Spell",
|
| 905 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 906 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":8,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 907 |
+
"player_state": "{\"level\":7,\"hp\":310,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 908 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":8,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 909 |
+
"enemy_count": 10,
|
| 910 |
+
"game_state": "playing"
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"timestamp": 1768180724963,
|
| 914 |
+
"action": "enemy_attack",
|
| 915 |
+
"reward": -100,
|
| 916 |
+
"outcome": "damage_taken",
|
| 917 |
+
"decision_type": "enemy_attack",
|
| 918 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 919 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":8,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 920 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":95,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 921 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":8,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 922 |
+
"enemy_count": 10,
|
| 923 |
+
"game_state": "playing"
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"timestamp": 1768180725025,
|
| 927 |
+
"action": "Spell",
|
| 928 |
+
"reward": 108,
|
| 929 |
+
"outcome": "damage_dealt",
|
| 930 |
+
"decision_type": "Spell",
|
| 931 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 932 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":-100,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 933 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 934 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":-100,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 935 |
+
"enemy_count": 10,
|
| 936 |
+
"game_state": "playing"
|
| 937 |
+
},
|
| 938 |
+
{
|
| 939 |
+
"timestamp": 1768180725031,
|
| 940 |
+
"action": "enemy_defeated",
|
| 941 |
+
"reward": 100,
|
| 942 |
+
"outcome": "victory",
|
| 943 |
+
"decision_type": "combat_victory",
|
| 944 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0}",
|
| 945 |
+
"enemy_info": "{\"name\":\"King Screenix\",\"emoji\":\"👑🖥️\",\"hp\":-100,\"maxHp\":440,\"attack\":100,\"is_boss\":true,\"is_elite\":false}",
|
| 946 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":80,\"maxMp\":110,\"exp\":31,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2137,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 947 |
+
"enemy_state": "{\"emoji\":\"👑🖥️\",\"name\":\"King Screenix\",\"hp\":-100,\"attack\":100,\"maxHp\":440,\"isBoss\":true,\"isElite\":false}",
|
| 948 |
+
"enemy_count": 10,
|
| 949 |
+
"game_state": "playing"
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"timestamp": 1768180725997,
|
| 953 |
+
"action": "Spell",
|
| 954 |
+
"reward": 108,
|
| 955 |
+
"outcome": "damage_dealt",
|
| 956 |
+
"decision_type": "Spell",
|
| 957 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0}",
|
| 958 |
+
"enemy_info": "{\"name\":\"Skrix\",\"emoji\":\"🕷️\",\"hp\":-3,\"maxHp\":105,\"attack\":28,\"is_boss\":false,\"is_elite\":false}",
|
| 959 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"exp\":361,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 960 |
+
"enemy_state": "{\"emoji\":\"🕷️\",\"name\":\"Skrix\",\"hp\":-3,\"attack\":28,\"maxHp\":105,\"isBoss\":false,\"isElite\":false}",
|
| 961 |
+
"enemy_count": 11,
|
| 962 |
+
"game_state": "playing"
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"timestamp": 1768180726002,
|
| 966 |
+
"action": "enemy_defeated",
|
| 967 |
+
"reward": 100,
|
| 968 |
+
"outcome": "victory",
|
| 969 |
+
"decision_type": "combat_victory",
|
| 970 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0}",
|
| 971 |
+
"enemy_info": "{\"name\":\"Skrix\",\"emoji\":\"🕷️\",\"hp\":-3,\"maxHp\":105,\"attack\":28,\"is_boss\":false,\"is_elite\":false}",
|
| 972 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":65,\"maxMp\":110,\"exp\":361,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2797,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 973 |
+
"enemy_state": "{\"emoji\":\"🕷️\",\"name\":\"Skrix\",\"hp\":-3,\"attack\":28,\"maxHp\":105,\"isBoss\":false,\"isElite\":false}",
|
| 974 |
+
"enemy_count": 11,
|
| 975 |
+
"game_state": "playing"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"timestamp": 1768180726597,
|
| 979 |
+
"action": "Spell",
|
| 980 |
+
"reward": 108,
|
| 981 |
+
"outcome": "damage_dealt",
|
| 982 |
+
"decision_type": "Spell",
|
| 983 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 984 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":200,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 985 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 986 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":200,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 987 |
+
"enemy_count": 12,
|
| 988 |
+
"game_state": "playing"
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"timestamp": 1768180727128,
|
| 992 |
+
"action": "enemy_hesitate",
|
| 993 |
+
"reward": 0,
|
| 994 |
+
"outcome": "enemy_inaction",
|
| 995 |
+
"decision_type": "enemy_hesitate",
|
| 996 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 997 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":200,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 998 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":50,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 999 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":200,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1000 |
+
"enemy_count": 12,
|
| 1001 |
+
"game_state": "playing"
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"timestamp": 1768180727218,
|
| 1005 |
+
"action": "Spell",
|
| 1006 |
+
"reward": 108,
|
| 1007 |
+
"outcome": "damage_dealt",
|
| 1008 |
+
"decision_type": "Spell",
|
| 1009 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1010 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":92,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1011 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1012 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":92,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1013 |
+
"enemy_count": 12,
|
| 1014 |
+
"game_state": "playing"
|
| 1015 |
+
},
|
| 1016 |
+
{
|
| 1017 |
+
"timestamp": 1768180727730,
|
| 1018 |
+
"action": "enemy_hesitate",
|
| 1019 |
+
"reward": 0,
|
| 1020 |
+
"outcome": "enemy_inaction",
|
| 1021 |
+
"decision_type": "enemy_hesitate",
|
| 1022 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1023 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":92,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1024 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":35,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1025 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":92,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1026 |
+
"enemy_count": 12,
|
| 1027 |
+
"game_state": "playing"
|
| 1028 |
+
},
|
| 1029 |
+
{
|
| 1030 |
+
"timestamp": 1768180727890,
|
| 1031 |
+
"action": "Spell",
|
| 1032 |
+
"reward": 108,
|
| 1033 |
+
"outcome": "damage_dealt",
|
| 1034 |
+
"decision_type": "Spell",
|
| 1035 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1036 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-16,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1037 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1038 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-16,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1039 |
+
"enemy_count": 12,
|
| 1040 |
+
"game_state": "playing"
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"timestamp": 1768180727895,
|
| 1044 |
+
"action": "enemy_defeated",
|
| 1045 |
+
"reward": 100,
|
| 1046 |
+
"outcome": "victory",
|
| 1047 |
+
"decision_type": "combat_victory",
|
| 1048 |
+
"player_state_snapshot": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0}",
|
| 1049 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-16,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1050 |
+
"player_state": "{\"level\":7,\"hp\":210,\"maxHp\":310,\"mp\":20,\"maxMp\":110,\"exp\":442,\"expToLevel\":567,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":2959,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1051 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-16,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1052 |
+
"enemy_count": 12,
|
| 1053 |
+
"game_state": "playing"
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"timestamp": 1768180727906,
|
| 1057 |
+
"action": "level_up",
|
| 1058 |
+
"reward": 500,
|
| 1059 |
+
"outcome": "progression",
|
| 1060 |
+
"decision_type": "progression",
|
| 1061 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":2}",
|
| 1062 |
+
"enemy_info": "{\"name\":\"Voltrix\",\"emoji\":\"🔋\",\"hp\":-16,\"maxHp\":308,\"attack\":65,\"is_boss\":false,\"is_elite\":false}",
|
| 1063 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":11,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":2,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1064 |
+
"enemy_state": "{\"emoji\":\"🔋\",\"name\":\"Voltrix\",\"hp\":-16,\"attack\":65,\"maxHp\":308,\"isBoss\":false,\"isElite\":false}",
|
| 1065 |
+
"enemy_count": 12,
|
| 1066 |
+
"game_state": "playing"
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"timestamp": 1768180729004,
|
| 1070 |
+
"action": "upgrade_int",
|
| 1071 |
+
"reward": 50,
|
| 1072 |
+
"outcome": "stat_improvement",
|
| 1073 |
+
"decision_type": "upgrade_stat",
|
| 1074 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":12,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":1}",
|
| 1075 |
+
"enemy_info": "{\"name\":\"Webtron\",\"emoji\":\"🕸️\",\"hp\":299,\"maxHp\":299,\"attack\":77,\"is_boss\":false,\"is_elite\":false}",
|
| 1076 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":12,\"vit\":11,\"def\":0,\"gold\":3451,\"skillPoints\":1,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1077 |
+
"enemy_state": "{\"emoji\":\"🕸️\",\"name\":\"Webtron\",\"hp\":299,\"attack\":77,\"maxHp\":299,\"isBoss\":false,\"isElite\":false}",
|
| 1078 |
+
"enemy_count": 13,
|
| 1079 |
+
"game_state": "playing"
|
| 1080 |
+
},
|
| 1081 |
+
{
|
| 1082 |
+
"timestamp": 1768180729432,
|
| 1083 |
+
"action": "upgrade_vit",
|
| 1084 |
+
"reward": 50,
|
| 1085 |
+
"outcome": "stat_improvement",
|
| 1086 |
+
"decision_type": "upgrade_stat",
|
| 1087 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":12,\"vit\":12,\"def\":0,\"gold\":3451,\"skillPoints\":0}",
|
| 1088 |
+
"enemy_info": "{\"name\":\"Webtron\",\"emoji\":\"🕸️\",\"hp\":299,\"maxHp\":299,\"attack\":77,\"is_boss\":false,\"is_elite\":false}",
|
| 1089 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":12,\"vit\":12,\"def\":0,\"gold\":3451,\"skillPoints\":0,\"armorLevel\":0,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1090 |
+
"enemy_state": "{\"emoji\":\"🕸️\",\"name\":\"Webtron\",\"hp\":299,\"attack\":77,\"maxHp\":299,\"isBoss\":false,\"isElite\":false}",
|
| 1091 |
+
"enemy_count": 13,
|
| 1092 |
+
"game_state": "playing"
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"timestamp": 1768180732402,
|
| 1096 |
+
"action": "craft_armor_1",
|
| 1097 |
+
"reward": 25,
|
| 1098 |
+
"outcome": "equipment_craft",
|
| 1099 |
+
"decision_type": "craft_armor",
|
| 1100 |
+
"player_state_snapshot": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"str\":5,\"int\":12,\"vit\":12,\"def\":25,\"gold\":1451,\"skillPoints\":0}",
|
| 1101 |
+
"enemy_info": "{\"name\":\"Webtron\",\"emoji\":\"🕸️\",\"hp\":299,\"maxHp\":299,\"attack\":77,\"is_boss\":false,\"is_elite\":false}",
|
| 1102 |
+
"player_state": "{\"level\":8,\"hp\":210,\"maxHp\":352,\"mp\":20,\"maxMp\":120,\"exp\":121,\"expToLevel\":850,\"str\":5,\"int\":12,\"vit\":12,\"def\":25,\"gold\":1451,\"skillPoints\":0,\"armorLevel\":1,\"hasGreatStaff\":false,\"hasGreatSword\":false,\"atkBonus\":0,\"spellBonus\":0}",
|
| 1103 |
+
"enemy_state": "{\"emoji\":\"🕸️\",\"name\":\"Webtron\",\"hp\":299,\"attack\":77,\"maxHp\":299,\"isBoss\":false,\"isElite\":false}",
|
| 1104 |
+
"enemy_count": 13,
|
| 1105 |
+
"game_state": "playing"
|
| 1106 |
+
}
|
| 1107 |
+
]
|