init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
6
kubejs/data/hostilenetworks/model_tiers/advanced.json
Normal file
6
kubejs/data/hostilenetworks/model_tiers/advanced.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"required_data": 54,
|
||||
"data_per_kill": 10,
|
||||
"color": "blue",
|
||||
"accuracy": 0.10
|
||||
}
|
||||
6
kubejs/data/hostilenetworks/model_tiers/basic.json
Normal file
6
kubejs/data/hostilenetworks/model_tiers/basic.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"required_data": 6,
|
||||
"data_per_kill": 4,
|
||||
"color": "green",
|
||||
"accuracy": 0.05
|
||||
}
|
||||
6
kubejs/data/hostilenetworks/model_tiers/faulty.json
Normal file
6
kubejs/data/hostilenetworks/model_tiers/faulty.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"required_data": 0,
|
||||
"data_per_kill": 1,
|
||||
"color": "dark_gray",
|
||||
"accuracy": 0.00
|
||||
}
|
||||
6
kubejs/data/hostilenetworks/model_tiers/self_aware.json
Normal file
6
kubejs/data/hostilenetworks/model_tiers/self_aware.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"required_data": 1254,
|
||||
"data_per_kill": 0,
|
||||
"color": "gold",
|
||||
"accuracy": 0.30
|
||||
}
|
||||
6
kubejs/data/hostilenetworks/model_tiers/superior.json
Normal file
6
kubejs/data/hostilenetworks/model_tiers/superior.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"required_data": 354,
|
||||
"data_per_kill": 18,
|
||||
"color": "light_purple",
|
||||
"accuracy": 0.20
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue