88- [ Icons und Bilder] ( #icons-und-bilder )
99- [ Lokalisierungen] ( #lokalisierungen )
1010
11+ ---
12+
1113## Datenstruktur
1214
1315| Name | Beschreibung |
6062
6163| Name | Beschreibung |
6264| :--- | :--------- |
65+ | Id | Agent ID |
6366| Exp | Agent Erfahrung |
6467| Level | Agent Level |
6568| PromotionLevel | Agent Beförderungsstufe |
6669| TalentLevel | Agent Sinnbild level |
6770| SkinId | Agent Skin ID |
6871| CoreSkillEnhancement | Freigeschaltete Verbesserungen der Kernfähigkeit - A, B, C, D, E, F |
6972| TalentToggleList | Sinnbild Filmdarstellung Einstellungen |
70- | WeaponEffectState | W-Engine Signatur Special Effekt Status ` [0: AUS, 1: AN] ` |
73+ | WeaponEffectState | W-Motor Signatur Special Effekt Status ` [0: AUS, 1: AN] ` |
74+ | IsHidden | ... |
7175| ClaimedRewardList | Agent Beförderungsbelohnungen |
7276| ObtainmentTimestamp | Agent erhalten Datum |
73- | [ Weapon] ( #weapon ) | Ausgerüstete W-Engine |
77+ | WeaponUid | W-Motor UID |
78+ | [ Weapon] ( #weapon ) | Ausgerüstete W-Motor |
7479| SkillLevelList | Agent skill level dict, überprüfe die Definitionen für Indexe |
75- | [ EquippedList] ( #EquippedList ) | Liste von Disc Laufwerke mit UID |
80+ | [ EquippedList] ( #EquippedList ) | Liste von Disc Laufwerke |
7681
7782#### Weapon
7883
@@ -81,14 +86,14 @@ Für mehr Info, gehe zu [store/zzz/weapons.json](https://raw.githubusercontent.c
8186
8287| Name | Beschreibung |
8388| :--- | :--------- |
84- | Uid | W-Engine UID |
85- | Id | W-Engine ID |
86- | Exp | W-Engine Exp |
87- | Level | W-Engine Level |
88- | BreakLevel | W-Engine Modifikationslevel |
89- | IsAvailable | Antriebsscheibe vorhanden |
90- | IsLocked | Gesperrtstatus der W-Engine |
91- | UpgradeLevel | W-Engine Levelphase |
89+ | Uid | W-Motor UID |
90+ | Id | W-Motor ID |
91+ | Exp | W-Motor Exp |
92+ | Level | W-Motor Level |
93+ | BreakLevel | W-Motor Modifikationslevel |
94+ | UpgradeLevel | W-Motor Levelphase |
95+ | IsAvailable | W-Motor vorhanden |
96+ | IsLocked | Gesperrtstatus der W-Motor |
9297
9398#### EquippedList
9499| Name | Beschreibung |
@@ -121,6 +126,8 @@ Für mehr Info, gehe zu [store/zzz/weapons.json](https://raw.githubusercontent.c
121126| PropertyId | Property ID, überprüfe die [ Definitionen] ( #property-id ) für IDs |
122127| PropertyLevel | Anzahl der Rolls bei einem Substat |
123128
129+ ---
130+
124131## Definitionen
125132
126133### Property Id
@@ -136,7 +143,7 @@ Orientiere dich an der Tabelle unten und [store/zzz/property.json](https://raw.g
136143| 12102 | ANG% |
137144| 12103 | ANG ` [Flat] ` |
138145| 12201 | Stoßkraft ` [Base] ` |
139- | 12202 | Break % |
146+ | 12202 | Stoßkraft % |
140147| 13101 | Def ` [Base] ` |
141148| 13102 | Def% |
142149| 13103 | Def ` [Flat] ` |
@@ -184,32 +191,33 @@ Orientiere dich an der Tabelle unten und [store/zzz/property.json](https://raw.g
184191| 3 | Gefährlicher Überfall |
185192| 4 | Unendliches Gefecht – Sackgasse |
186193
194+ ---
195+
187196## Formeln
188197
189- ### Antriebsscheibe
198+ #### W-Motor
199+
200+ - Hauptattribut
201+ ` Ergebnis = MainStat.BaseValue * (1 + 0.1568166666666667 * Level + 0.8922 * BreakLevel) `
202+
203+ - Subattribut
204+ ` Ergebnis = SubStat.BaseValue * (1 + 0.3 * BreakLevel) `
205+
206+ #### Antriebsscheibe
190207
191- #### Hauptattribut
192- ``` Ergebnis = MainStat.PropertyValue * (MainStat.PropertyValue * Level * RarityScale) `` `
193- #### Subattribut
194- ``` Ergebnis = PropertyValue * PropertyLevel `` `
208+ - Hauptattribut
209+ ` Ergebnis = MainStat.PropertyValue + (MainStat.PropertyValue * Level * RarityScale) `
210+ - Subattribut
211+ ` Ergebnis = PropertyValue * PropertyLevel `
195212
196213#### Rarity Scales
197214| Rarität | Skalierung |
198215| :----- | :------ |
199216| 4 | 0.2 |
200217| 3 | 0.25 |
201- | 2 | 0.2 |
202-
203-
204- ### W-Engine
205-
206- #### Hauptattribut
207-
208- ``` Ergebnis = MainStat.BaseValue * (1 + 0.1568166666666667 * Level + 0.8922 * BreakLevel) ```
209-
210- #### Subattribut
218+ | 2 | 0.3 |
211219
212- ``` Ergebnis = SubStat.BaseValue * (1 + 0.3 * BreakLevel) ```
220+ ---
213221
214222## Icons und Bilder
215223
0 commit comments