example configs stuff
This commit is contained in:
parent
7446de3741
commit
76108fa49f
7 changed files with 3 additions and 11 deletions
|
@ -5,7 +5,7 @@ mkdir -p product
|
|||
|
||||
cp ./target/x86_64-pc-windows-gnu/release/idmangler-cli.exe ./product/idmangler-cli.exe
|
||||
cp ./target/x86_64-unknown-linux-gnu/release/idmangler-cli ./product/idmangler-cli
|
||||
cp -u -p ./{config.json,config_hanafupookie.json,config_singu.json} ./product/
|
||||
cp -u -p ./example_configs ./product/
|
||||
|
||||
pkgversion=$(cargo metadata --format-version=1 --no-deps | jq '.packages[] | select(.name == "idmangler-cli") | .version')
|
||||
echo "package version is:"
|
||||
|
@ -16,5 +16,5 @@ echo "$balls2"
|
|||
|
||||
cd product
|
||||
|
||||
zip "idmangler-windows-x64-${balls2}.zip" config.json config_hanafupookie.json config_singu.json idmangler-cli.exe
|
||||
zip "idmangler-linux-x64-${balls2}.zip" config.json config_hanafupookie.json config_singu.json idmangler-cli
|
||||
zip "idmangler-windows-x64-${balls2}.zip" example_configs idmangler-cli.exe
|
||||
zip "idmangler-linux-x64-${balls2}.zip" example_configs idmangler-cli
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
],
|
||||
"name":"Hanafubuki",
|
||||
"item_type": "Gear",
|
||||
"shiny": {
|
||||
"key": "playersKilled",
|
||||
"value": 9223372036854775807
|
||||
},
|
||||
"ids": [
|
||||
{"id": "3rdSpellCost","base": -25,"roll": 70},
|
||||
{"id": "4thSpellCost", "base":-15 , "roll":70 },
|
||||
|
@ -16,10 +12,6 @@
|
|||
{"id": "elementalDamage", "base":256 , "roll":130},
|
||||
{"id": "jumpHeight", "base":3, "roll":130 },
|
||||
{"id": "rawStrength", "base":15}
|
||||
],
|
||||
"powders": [
|
||||
|
||||
|
||||
],
|
||||
"rerolls": 255
|
||||
}
|
Loading…
Add table
Reference in a new issue