Skip to content

Commit

Permalink
Units - Darken Plaid and Polo Uniforms (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Mar 15, 2021
1 parent dadbc05 commit 7178086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addons/units/data/uniform_combat_plaid.rvmat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class StageTI {
texture = "a3\characters_f\blufor\data\clothing1_ti_ca.paa";
};
ambient[] = {1, 1, 1, 1};
diffuse[] = {1, 1, 1, 1};
ambient[] = {0.5, 0.5, 0.5, 1};
diffuse[] = {0.5, 0.5, 0.5, 1};
forcedDiffuse[] = {0, 0, 0, 0};
emmisive[] = {0, 0, 0, 1};
specular[] = {1, 1, 1, 1};
Expand Down
4 changes: 2 additions & 2 deletions addons/units/data/uniform_polo.rvmat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class StageTI {
texture = "a3\characters_f\civil\data\c_poloshirtpants_ti_ca.paa";
};
ambient[] = {1, 1, 1, 1};
diffuse[] = {1, 1, 1, 1};
ambient[] = {0.5, 0.5, 0.5, 1};
diffuse[] = {0.5, 0.5, 0.5, 1};
forcedDiffuse[] = {0, 0, 0, 0};
emmisive[] = {0, 0, 0, 1};
specular[] = {0.5, 0.5, 0.5, 1};
Expand Down

0 comments on commit 7178086

Please sign in to comment.