Skip to content

Commit

Permalink
fswa
Browse files Browse the repository at this point in the history
wfa
  • Loading branch information
Grzegorz2121 committed Sep 7, 2017
1 parent 757d561 commit 9072562
Show file tree
Hide file tree
Showing 47 changed files with 3,721 additions and 338 deletions.
68 changes: 63 additions & 5 deletions com.revenge.ofgregozor/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,75 @@
"context": "server",
"date": "2016-07-12",
"dependencies": [],
"description": "Legion lord returns with the most powerful balance mod ever created. It's revenge of the Gregozor, It's the time of THE LEGION!",
"description": "Legion lord returns with the most powerful balance mod ever created It is revenge of the Gregozor It is the time of THE LEGION",
"display_name": "Revenge of the Gregozor",
"download": "https://github.com/Grzegorz2121/Revenge-of-the-Gregozor/archive/master.zip",
"download": "https://github.com/Grzegorz2121/Kappa/raw/master/com.grzegorz.kappa.zip",
"enabled": true,
"fileSystem": false,
"forum": "",
"framework": false,
"icon": "",
"identifier": "com.revenge.ofgregozor",
"priority": "96",
"scenes": {},
"priority": "101",
"scenes": {
"server_browser": [
"coui://ui/mods/com.pa.legion-expansion/server_browser.js"
],
"load_planet": [
"coui://ui/mods/com.pa.legion-expansion/load_planet.js"
],
"settings": [
"coui://ui/mods/com.pa.legion-expansion/settings.js"
],
"shared_build": [
"coui://ui/mods/com.pa.legion-expansion/shared_build.js"
],
"live_game": [
"coui://ui/mods/com.pa.legion-expansion/live_game.js"
],
"live_game_players": [
"coui://ui/mods/com.pa.legion-expansion/live_game_players.js"
],
"live_game_planets": [
"coui://ui/mods/com.pa.legion-expansion/live_game_planets.js"
],
"live_game_control_group_bar": [
"coui://ui/mods/com.pa.legion-expansion/live_game_control_group_bar.js"
],
"live_game_options_bar": [
"coui://ui/mods/com.pa.legion-expansion/live_game_options_bar.js"
],
"live_game_econ": [
"coui://ui/mods/com.pa.legion-expansion/live_game_econ.js"
],
"live_game_time_bar": [
"coui://ui/mods/com.pa.legion-expansion/live_game_time_bar.js"
],
"live_game_build_bar": [
"coui://ui/mods/com.pa.legion-expansion/live_game_build_bar.js"
],
"live_game_build_hover": [
"coui://ui/mods/com.pa.legion-expansion/live_game_build_hover.js"
],
"live_game_action_bar": [
"coui://ui/mods/com.pa.legion-expansion/live_game_action_bar.js"
],
"live_game_selection": [
"coui://ui/mods/com.pa.legion-expansion/live_game_selection.js"
],
"live_game_sandbox": [
"coui://ui/mods/com.pa.legion-expansion/live_game_sandbox.js"
],
"live_game_menu": [
"coui://ui/mods/com.pa.legion-expansion/live_game_menu.js"
],
"new_game": [
"coui://ui/mods/com.pa.legion-expansion/new_game.js"
],
"start": [
"coui://ui/mods/com.pa.legion-expansion/start.js"
]
},
"searchable": [
"false",
"economy",
Expand All @@ -38,5 +96,5 @@
"titansOnly": false,
"unitList": false,
"url": "https://github.com/Grzegorz2121/Revenge-of-the-Gregozor/archive/master.zip",
"version": "1"
"version": "0.03143"
}
316 changes: 0 additions & 316 deletions com.revenge.ofgregozor/pa/units/unit_list.json

This file was deleted.

17 changes: 0 additions & 17 deletions com.revenge.ofgregozor/reformat.py

This file was deleted.

12 changes: 12 additions & 0 deletions com.revenge.ofgregozor/ui/mods/com.pa.legion-expansion/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body.legion{
background: url(coui://ui/mods/com.pa.legion-expansion/img/splash.png) center right no-repeat;
background-size: cover;
background-attachment: fixed;
background-position-x: 0px;
background-position-y: 0px;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
body.legion{
background: url(coui://ui/mods/com.pa.legion-expansion/img/splash_no_logo.png) center right no-repeat;
background-size: cover;
background-attachment: fixed;
background-position-x: 0px;
background-position-y: 0px;
}

.legion .background_glow {
height: 100%;
width: 100%;
background: url(coui://ui/mods/com.pa.legion-expansion/img/background_glow.png) center center no-repeat transparent;
opacity: 0.6;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
.legion .div_command_bar,
.legion .div_orders_bar {
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_command_bar_bground_legion.png) 26 24 26 26 fill !important;
}

.legion .div_command_bar_cont,
.legion .div_orders_bar_cont {
box-shadow: inset 0px 0px 8px rgba(255, 18, 18, 0.5);
}

.legion .div_command_item_active, .legion a.div_command_item_active:hover {
background: rgba(255,0,0,0.7);
border: 1px solid rgba(158,0,0,0.5);
box-shadow: 0px 0px 20px rgba(255,0,0,0.7);
}

.legion .div_command_item a:hover {
background: rgba(255,0,0,0.85);
border: 1px solid rgba(158,0,0,0.5);
box-shadow: 0px 0px 20px rgba(255,0,0,0.85);
}

.legion .span_tooltip_hotkey {
border:1px solid rgba(255, 0, 0, 1) !important;
color: rgba(255,0,0,1) !important;
}

.legion .tooltip-inner {
box-shadow: 0px 0px 20px rgba(255,0,0,0.5) !important;
}

.legion .tooltip_order {
color: white !important;
}

.legion .btn_std_ix:hover {
background: rgba(255,0,0,0.85) !important;
border:1px solid rgba(158, 0, 0, 0.1) !important;
box-shadow: 0px 0px 10px rgba(255,0,0,0.2) !important;
}

.legion .cmd_order:hover {
background: rgba(255,0,0,0.8);
border: 1px solid rgba(158,0,0,0.5);
box-shadow: 0px 0px 20px rgba(255,0,0,0.8);
}

.legion .cmd_order:active {
background: rgba(255,0,0,1);
border: 1px solid rgba(158,0,0,0.5);
box-shadow: 0px 0px 20px rgba(255,0,0,1);
}

.mixed .div_command_bar,
.mixed .div_orders_bar {
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_command_bar_bground_mixed.png) 26 24 26 26 fill !important;
}

.mixed .div_command_bar_cont,
.mixed .div_orders_bar_cont {
box-shadow: inset 0px 0px 8px rgba(99, 14, 138, 0.5);
}

.mixed .div_command_item_active, .mixed a.div_command_item_active:hover {
background: rgba(179,74,218,0.7);
border: 1px solid rgba(99,14,138,0.5);
box-shadow: 0px 0px 20px rgba(179,74,218,0.7);
}

.mixed .div_command_item a:hover {
background: rgba(179,74,218,0.85);
border: 1px solid rgba(99,14,138,0.5);
box-shadow: 0px 0px 20px rgba(179,74,218,0.85);
}

.mixed .span_tooltip_hotkey {
border:1px solid rgba(159,64,198,1) !important;
color: rgba(159,64,198,1) !important;
}

.mixed .tooltip-inner {
box-shadow: 0px 0px 20px rgba(99,14,138,0.5) !important;
}

.mixed .tooltip_order {
color: white !important;
}

.mixed .btn_std_ix:hover {
background: rgba(179,74,218,0.85);
border: 1px solid rgba(99,14,138,0.5);
box-shadow: 0px 0px 20px rgba(179,74,218,0.85);
}

.mixed .cmd_order:hover {
background: rgba(179,74,218,0.8);
border: 1px solid rgba(99,14,138,0.5);
box-shadow: 0px 0px 20px rgba(179,74,218,0.8);
}

.mixed .cmd_order:active {
background: rgba(179,74,218,1);
border: 1px solid rgba(99,14,138,0.5);
box-shadow: 0px 0px 20px rgba(179,74,218,1);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
.legion .div_build_bar_menu_cont {
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_build_bar_menu_bground_legion.png) 35 35 23 35 fill !important;
}
.legion .div_build_bar_page{
border-left: 1px solid #970000;
border-top: 1px solid #970000;
box-shadow: 0px 0px 50px rgba(158, 0, 0, 0.5);
}

.legion .div_build_bar_page.active_build_tab{
border-left: 1px solid #FF0000;
border-top: 1px solid #FF0000;
border-right: 1px solid #FF0000;
border-bottom: 1px solid #FF0000;
box-shadow: 0px 0px 50px #FF0000;
}

.legion .div_build_item {
border-right-color:#970000;
border-bottom-color:#970000;
}

.legion .span_hotkey {
border:1px solid #FF0000 !important;
color:#FFF !important;
}

.legion .div_build_item:hover {
background: rgba(255,0,0,0.85);
border:1px solid rgba(158, 0, 0, 0.5) !important;
box-shadow: 0px 0px 20px rgba(255,0,0,0.85) !important;
}

.legion .div_build_item.active {
background: rgba(255,0,0,0.7);
border:1px solid rgba(158, 0, 0, 0.5) !important;
box-shadow: 0px 0px 20px rgba(255,0,0,0.7) !important;
}

.legion .span_build_bar_tab {
color: #FF0000;
text-shadow: 0px 0px 30px #FF0000;
border-right-color:#333;
border-left-color:#333;
border-bottom-color:#444;
background: #1D1D1D;
}

.legion .span_build_bar_tab:hover {
background: #FF0000;
text-shadow: 0px 0px 30px #FF0000;
border:1px solid rgba(158, 0, 0, 0.5) !important;
}

.legion .span_build_bar_tab_active {
border:1px solid rgba(158, 0, 0, 0.5) !important;
box-shadow: 0px 0px 10px #FF0000 !important;
}

.mixed .div_build_bar_menu_cont {
border-image: url(coui://ui/mods/com.pa.legion-expansion/img/img_build_bar_menu_bground_mixed.png) 35 35 23 35 fill !important;
}
.mixed .div_build_bar_page{
border-left: 1px solid #660066;
border-top: 1px solid #660066;
box-shadow: 0px 0px 50px rgba(99, 14, 138, 0.5);
}

.mixed .div_build_bar_page.active_build_tab{
border-left: 1px solid #663399;
border-top: 1px solid #663399;
border-right: 1px solid #663399;
border-bottom: 1px solid #663399;
box-shadow: 0px 0px 50px #663399;
}

.mixed .div_build_item {
border-right-color:#660066;
border-bottom-color:#660066;
}

.mixed .span_hotkey {
border:1px solid #663399 !important;
color:#FFF !important;
}

.mixed .div_build_item:active {
background: #663399 !important;
border:1px solid rgba(99, 14, 138, 0.5) !important;
box-shadow: 0px 0px 10px rgba(99, 14, 138, 0.5) !important;
}

.mixed .div_build_item.hover {
background: rgba(139,54,178,0.85) !important;
border:1px solid rgba(99, 14, 138, 0.5) !important;
box-shadow: 0px 0px 20px rgba(139,54,178,0.85) !important;
}

.mixed .span_build_bar_tab {
color: #660099;
text-shadow: 0px 0px 30px #660099;
border-right-color:#333;
border-left-color:#333;
border-bottom-color:#444;
background: #1D1D1D;
}

.mixed .span_build_bar_tab:hover {
background: #660099;
text-shadow: 0px 0px 30px #660099;
border:1px solid rgba(99, 14, 138, 0.5) !important;
}

.mixed .span_build_bar_tab_active {
border:1px solid rgba(99, 14, 138, 0.5) !important;
box-shadow: 0px 0px 10px #660099 !important;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.legionui .div_build_bar_unit_hover_detail .wrapper .detail .description .text {
color: white !important;
}

.legionui .div_build_bar_unit_hover_detail .wrapper {
text-shadow: 0px 0px 20px rgba(160,0,0,0.5) !important;
color: white;
}

.mixedui .div_build_bar_unit_hover_detail .wrapper .detail .description .text {
color: white !important;
}

.mixednui .div_build_bar_unit_hover_detail .wrapper {
text-shadow: 0px 0px 20px rgba(99, 14, 138, 0.5) !important;
color: white;
}
Loading

0 comments on commit 9072562

Please sign in to comment.