Skip to content

Commit c246aae

Browse files
committed
feat(#244): Added UpgradeFactor
1 parent e1b6358 commit c246aae

3 files changed

Lines changed: 525 additions & 1 deletion

File tree

docs/static/openapi.yml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
syntax = "proto3";
2+
package cardchain.cardchain;
3+
4+
option go_package = "github.com/DecentralCardGame/cardchain/x/cardchain/types";
5+
6+
message UpgradeFactor {
7+
uint64 cost = 1;
8+
float picks = 2;
9+
uint64 occurrence = 3;
10+
uint64 mythChance = 4;
11+
uint64 techChance = 5;
12+
uint64 cultureChance = 6;
13+
uint64 natureChance = 7;
14+
}

0 commit comments

Comments
 (0)