-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from kris701/expansions
Version 0.1.3
- Loading branch information
Showing
35 changed files
with
778 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace Knuckle.Is.Bones.Core.Models | ||
{ | ||
public interface IUnlockable : IDefinition | ||
{ | ||
public int RequiredPoints { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ID": "09144a57-a719-47bd-a36c-1cfb287c295d", | ||
"Name": "Large", | ||
"Description": "A large 4x4 field.", | ||
"RequiredPoints": 2000, | ||
"Columns": [ | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"ID": "322dbaa5-c806-4b56-af9d-164b135a6d42", | ||
"Name": "Tall", | ||
"Description": "A tall 3x4 field.", | ||
"RequiredPoints": 1000, | ||
"Columns": [ | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"ID": "0ac3da70-4cb8-4e97-9af9-4b9759499dd7", | ||
"Name": "Wave", | ||
"Description": "A weird wavy field", | ||
"RequiredPoints": 3000, | ||
"Columns": [ | ||
{ | ||
"Cells": [ 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0, 0 ] | ||
}, | ||
{ | ||
"Cells": [ 0, 0 ] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"ID": "a80ca420-879b-47b7-adbf-7ada87b5939c", | ||
"Name": "Insanity", | ||
"Description": "A ridiculous 50 sided dice!", | ||
"Sides": 50, | ||
"Value": 0, | ||
"RequiredPoints": 2000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"ID": "9c935082-05b7-4b7e-9064-d6beb077ea8c", | ||
"Name": "Large", | ||
"Description": "A bigger 10 sided dice", | ||
"Sides": 10, | ||
"Value": 0, | ||
"RequiredPoints": 1000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
"Name": "Small", | ||
"Description": "A small 3 sided dice", | ||
"Sides": 3, | ||
"Value": 0 | ||
"Value": 0, | ||
"RequiredPoints": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.