Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Dec 16, 2024
1 parent 6d3f974 commit 6da802a
Showing 1 changed file with 1 addition and 106 deletions.
107 changes: 1 addition & 106 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,109 +6,4 @@
# What we are emitting

## Genshin

### Achievement

|Achievement|Type|
|-|-|
|Id|AchievementId|
|Goal|AchievementGoalId|
|Order|uint|
|PreviousId|AchievementId?|
|Title|string?|
|Description|string?|
|FinishReward|IdCount?|
|IsDeleteWatcherAfterFinish|bool?|
|Progress|uint|
|Icon|string?|
|Version|string?|

|IdCount|Type|
|-|-|
|Id|MaterialId|
|Count|uint|

### AchievementGoal

|AchievementGoal|Type|
|-|-|
|Id|AchievementGoalId|
|Order|uint|
|Name|string?|
|FinishReward|IdCount?|
|Icon|string?|

### Avatar
### AvatarCurve
### AvatarPromote
### DisplayItem
### GachaEvent
### Material
### Meta
### Monster
### MonsterCurve
### ProfilePicture
### Reliquary
### ReliquaryAffixWeight
### ReliquaryMainAffix
### ReliquaryMainAffixLevel
### ReliquarySet
### ReliquarySubAffix
### TowerFloor
### TowerLevel
### TowerSchedule
### Weapon
### WeaponCurve
### WeaponPromote

## CheatTable

### AvatarAndWeapon

|AvatarAndWeapon|Type|
|-|-|
|Id|uint|
|Name|string|

### DailyTask

|DailyTask|Type|
|-|-|
|Id|uint|
|CityId|uint|
|PoolId|uint|
|QuestId|uint|
|Type|DailyTaskType|
|Rarity|uint|
|CenterPosition|string|
|Title|string|
|Description|string|
|Target|string|

### GcgDeckCard

|GcgDeckCard|Type|
|-|-|
|Id|uint|
|CardId|uint|
|ItemId|uint|
|Name|string|

### Npc

|Npc|Type|
|-|-|
|Id|uint|
|Name|string|

### Transformer

|Transformer|Type|
|-|-|
|Item|string|
|Value|uint|
|Tag1|MiriacleTag|
|Tag2|MiriacleTag|
|Tag3|MiriacleTag|
|Tag4|MiriacleTag|
|Tag5|MiriacleTag|
[Metadata structures](https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Model/Metadata)

0 comments on commit 6da802a

Please sign in to comment.