Compare commits
2 Commits
913054d103
...
d73ca0e06e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d73ca0e06e | ||
|
|
3db24c771f |
0
core/assets/audio/.gitkeep
Normal file
0
core/assets/audio/.gitkeep
Normal file
BIN
core/assets/audio/rob click 1.webm
Normal file
BIN
core/assets/audio/rob click 1.webm
Normal file
Binary file not shown.
BIN
core/assets/audio/rob click 2.webm
Normal file
BIN
core/assets/audio/rob click 2.webm
Normal file
Binary file not shown.
BIN
core/assets/audio/rob click 3.webm
Normal file
BIN
core/assets/audio/rob click 3.webm
Normal file
Binary file not shown.
BIN
core/assets/audio/rob click 4.webm
Normal file
BIN
core/assets/audio/rob click 4.webm
Normal file
Binary file not shown.
41
core/assets/languages/en_US.json
Normal file
41
core/assets/languages/en_US.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"_comment_Admin": "",
|
||||
"admin.category.core.dungeon_list": "Dungeon list",
|
||||
"admin.category.core.hostile_list": "Hostile list",
|
||||
"admin.category.core.item_list": "Item list",
|
||||
"admin.category.core.player_list": "Player list",
|
||||
"admin.category.core.item_list.all": "All",
|
||||
"admin.category.core.hostile_list.all": "All",
|
||||
"admin.category.core.player_list.all": "All",
|
||||
"_comment_Stats": "",
|
||||
"stats.category.core.attack.base": "Attack",
|
||||
"stats.category.core.attack.chance": "Attack Chance",
|
||||
"stats.category.core.attack.rate": "Attack Rate",
|
||||
"stats.category.core.defence.base": "Defence",
|
||||
"stats.category.core.defence.chance": "Defence Chance",
|
||||
"stats.category.core.defence.rate": "Defence Rate",
|
||||
"stats.category.core.health": "Health",
|
||||
"stats.category.core.penetration.base": "Penetration",
|
||||
"stats.category.core.penetration.chance": "Penetration Chance",
|
||||
"stats.category.core.penetration.rate": "Penetration Rate",
|
||||
"stats.category.core.reflect.base": "Reflect",
|
||||
"stats.category.core.reflect.chance": "Reflection Chance",
|
||||
"stats.category.core.reflect.rate": "Reflection Rate",
|
||||
"stats.category.core.resistance.base": "Resistance",
|
||||
"stats.category.core.resistance.cold": "Cold Resistance",
|
||||
"stats.category.core.resistance.gamma": "Gamma Resistance",
|
||||
"stats.category.core.resistance.heat": "Heat Resistance",
|
||||
"stats.category.core.resistance.ion": "Ion Resistance",
|
||||
"stats.category.core.resistance.physical": "Physical Resistance",
|
||||
"stats.category.core.resistance.plasma": "Plasma Resistance",
|
||||
"_comment_Tabs": "",
|
||||
"category.tabs.core.crafting": "Crafting",
|
||||
"category.tabs.core.dashboard": "Dashboard",
|
||||
"category.tabs.core.datapack": "Datapack",
|
||||
"category.tabs.core.dungeons": "Dungeons",
|
||||
"category.tabs.core.inventory": "Inventory",
|
||||
"category.tabs.core.quest": "Quests",
|
||||
"category.tabs.core.shop": "Shop",
|
||||
"category.tabs.core.skills": "Skills"
|
||||
}
|
||||
|
||||
0
core/assets/textures/.gitkeep
Normal file
0
core/assets/textures/.gitkeep
Normal file
102
core/manifest.json
Normal file
102
core/manifest.json
Normal file
@ -0,0 +1,102 @@
|
||||
{
|
||||
"name": "core",
|
||||
"version": "0.0.1",
|
||||
"admin_dungeon_list": {
|
||||
"categories": {
|
||||
"dungeon:all": {
|
||||
"displayName": "admin.category.core.dungeon_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_hostiles_list": {
|
||||
"categories": {
|
||||
"core:all": {
|
||||
"displayName": "admin.category.core.hostile_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_item_list": {
|
||||
"categories": {
|
||||
"core:all": {
|
||||
"displayName": "admin.category.core.item_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_panel": {
|
||||
"categories": {
|
||||
"core:admin_dungeon_list": {
|
||||
"displayName": "admin.category.core.dungeon_list"
|
||||
},
|
||||
"core:admin_hostiles_list": {
|
||||
"displayName": "admin.category.core.hostile_list"
|
||||
},
|
||||
"core:admin_item_list": {
|
||||
"displayName": "admin.category.core.item_list"
|
||||
},
|
||||
"core:admin_player_list": {
|
||||
"displayName": "admin.category.core.player_list"
|
||||
}
|
||||
}
|
||||
},
|
||||
"admin_player_list": {
|
||||
"categories": {
|
||||
"core:all": {
|
||||
"displayName": "admin.category.core.player_list.all"
|
||||
}
|
||||
}
|
||||
},
|
||||
"core_systems": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"categories": {
|
||||
"core:dashboard_id":{
|
||||
"displayName": "dashboard.category.core.dashboard_id"
|
||||
},
|
||||
"core:dashboard_finance":{
|
||||
"displayName": "dashboard.category.core.dashboard_finance"
|
||||
},
|
||||
"core:dashboard_system":{
|
||||
"displayName": "dashboard.category.core.dashboard_system"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dashboard_finance": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"dashboard_id": {
|
||||
"categories": {
|
||||
"core:rank":{
|
||||
"displayName": "dashboard.category.core.id_rank"
|
||||
},
|
||||
"core:experiance":{
|
||||
"displayName": "dashboard.category.core.id_exeriance"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dashboard_system": {
|
||||
"categories": {
|
||||
"core:server_status":{
|
||||
"displayName": "dashboard.category.core.server_status"
|
||||
}
|
||||
}
|
||||
},
|
||||
"quests": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"recipes": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"shop": {
|
||||
"categories": {
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"categories": {
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user