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 216547d commit abda9c4
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.

25 changes: 25 additions & 0 deletions internal/weapons/sword/calamityofeshu/calamityofeshu_gen.go

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

63 changes: 63 additions & 0 deletions internal/weapons/sword/calamityofeshu/data_gen.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
id: 11432
key: "calamityofeshu"
rarity: 4
weapon_class: WEAPON_SWORD_ONE_HAND
image_name: "UI_EquipIcon_Sword_SacrificialNgombe"
base_stats: {
base_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
initial_value: 43.7349
curve: GROW_CURVE_ATTACK_202
}
base_props: {
prop_type: FIGHT_PROP_ATTACK_PERCENT
initial_value: 0.06
curve: GROW_CURVE_CRITICAL_201
}
promo_data: {
max_level: 20
}
promo_data: {
max_level: 40
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 25.9
}
}
promo_data: {
max_level: 50
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 51.9
}
}
promo_data: {
max_level: 60
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 77.8
}
}
promo_data: {
max_level: 70
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 103.7
}
}
promo_data: {
max_level: 80
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 129.7
}
}
promo_data: {
max_level: 90
add_props: {
prop_type: FIGHT_PROP_BASE_ATTACK
value: 155.6
}
}
}
name_text_hash_map: 590019915
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 @@ -168,6 +168,14 @@
"image_name": "UI_EquipIcon_Claymore_Siegfry",
"name_text_hash_map ": "4090429643"
},
"calamityofeshu": {
"id": 11432,
"key": "calamityofeshu",
"rarity": 4,
"weapon_class": "WEAPON_SWORD_ONE_HAND",
"image_name": "UI_EquipIcon_Sword_SacrificialNgombe",
"name_text_hash_map ": "590019915"
},
"calamityqueller": {
"id": 13507,
"key": "calamityqueller",
Expand Down

0 comments on commit abda9c4

Please sign in to comment.