Skip to content

Commit

Permalink
run pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kengzzzz committed Nov 18, 2024
1 parent fb1a887 commit 3dd3ea6
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/services/assets/weapons_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
id: 15514
key: "astralvulturescrimsonplumage"
rarity: 5
weapon_class: WEAPON_BOW
image_name: "UI_EquipIcon_Bow_Qoyllorsnova"
base_stats: {
base_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
initial_value: 45.9364
curve: GROW_CURVE_ATTACK_301
}
base_props: {
prop_type: FIGHT_PROP_CRITICAL_HURT
initial_value: 0.144
curve: GROW_CURVE_CRITICAL_301
}
promo_data: {
max_level: 20
}
promo_data: {
max_level: 40
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 31.1
}
}
promo_data: {
max_level: 50
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 62.2
}
}
promo_data: {
max_level: 60
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 93.4
}
}
promo_data: {
max_level: 70
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 124.5
}
}
promo_data: {
max_level: 80
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 155.6
}
}
promo_data: {
max_level: 90
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 186.7
}
}
}
name_text_hash_map: 1363661611
8 changes: 8 additions & 0 deletions ui/packages/ui/src/Data/weapon_data.generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
"image_name": "UI_EquipIcon_Catalyst_ConchSprayer",
"name_text_hash_map ": "422144187"
},
"astralvulturescrimsonplumage": {
"id": 15514,
"key": "astralvulturescrimsonplumage",
"rarity": 5,
"weapon_class": "WEAPON_BOW",
"image_name": "UI_EquipIcon_Bow_Qoyllorsnova",
"name_text_hash_map ": "1363661611"
},
"athousandfloatingdreams": {
"id": 14511,
"key": "athousandfloatingdreams",
Expand Down

0 comments on commit 3dd3ea6

Please sign in to comment.