andymeneely / dev-fortress-server

MIT License
4 stars 0 forks source link

Simple Mitigation Calculation: If team type X does action Y, then subtract Z. (server) #44

Open jcdesimp opened 7 years ago

jcdesimp commented 7 years ago
ShaydeNofziger commented 7 years ago

Here's what I'm thinking for the data JSON blob

{
  'teamtypes': [ TEAM_TYPE.id ],
  'actions': [ ACTION.id ],
  'reward_value': INTEGER
}
ShaydeNofziger commented 7 years ago

BLOCKED: Requires andymeneely/dev-fortress-server#42 and andymeneely/dev-fortress-server#38