diff --git "a/assets/textures/\346\243\215\345\255\220.png" "b/assets/textures/\346\243\215\345\255\220.png" new file mode 100644 index 0000000..e9eaed0 Binary files /dev/null and "b/assets/textures/\346\243\215\345\255\220.png" differ diff --git "a/assets/textures/\350\213\271\346\236\234.png" "b/assets/textures/\350\213\271\346\236\234.png" index 20752d4..1fc23bf 100644 Binary files "a/assets/textures/\350\213\271\346\236\234.png" and "b/assets/textures/\350\213\271\346\236\234.png" differ diff --git "a/assets/textures/\350\213\271\346\236\234\345\217\266\345\255\220.png" "b/assets/textures/\350\213\271\346\236\234\345\217\266\345\255\220.png" index 51d0c99..eac3399 100644 Binary files "a/assets/textures/\350\213\271\346\236\234\345\217\266\345\255\220.png" and "b/assets/textures/\350\213\271\346\236\234\345\217\266\345\255\220.png" differ diff --git a/staff.ron b/staff.ron index cfd60bc..5b02c00 100644 --- a/staff.ron +++ b/staff.ron @@ -11,12 +11,14 @@ (id:8,name:"AppleWood",icon_string:"textures/苹果树A面.png",staff_type:Voxel((id:10))), (id:9,name:"AppleLeaf",icon_string:"textures/苹果叶子.png",staff_type:Voxel((id:11))), (id:10,name:"Apple",icon_string:"textures/苹果.png",staff_type:Consumable(0)), + (id:11,name:"AppleLog",icon_string:"textures/棍子.png",staff_type:Consumable(0)), ], // 掉落配置 filled_configs:[ // 叶子有 20% 概率掉 一个苹果 (voxel_id:11,filled_config:[ (possible: 0.2,staff_id: 10,times: 1), + (possible: 0.6,staff_id: 11,times: 2), ]), ], ) \ No newline at end of file