[Art][Gameplay] A slightly larger chicken model to improve gameplay

This creates a slightly larger chicken model, which helps with visual
identification at the start of the match. I have seen multiple let's
plays where finding the initial chickens took too long (in my opinion),
because I believe they are too small for the game world.

Patch by: @wowgetoffyourcellphone
Original model by: @LangBart
Accepted by: @chrstgtr, @real_tabasco_sauce
Differential revision: https://code.wildfiregames.com/D5177
This was SVN commit r27910.
This commit is contained in:
wowgetoffyourcellphone 2023-10-30 03:01:44 +00:00
parent 1352c13369
commit 4e9e950c8f
10 changed files with 28 additions and 20 deletions

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d2e5e33bdf72cc2abc8b8cc0f95de0b38052a457204f0978a8803ef9564e054
size 91144
oid sha256:c952161affc873e3ab9ae99f04b2e79b009eb4dcd20d86833adf33a632f50050
size 107642

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8df35fb5c674c2f16f6c989611ba54e095fa8d8af6fa6d090b978eed5b74980a
size 87168
oid sha256:a5d00b5c04fafbd206f133b272812d8db06252db521d7fbc9fd26ead6ffbc985
size 109541

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d91c9ead0472c2d2eaf2e9fc10b4903d01202cfdfd1e7318cb3aa32d92db7c14
size 73579
oid sha256:f1d396a49574c242b42740bfcd7ee01e3fefc724aca5b4fe10ec2e3362c418b1
size 83032

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4de2675b0ffa3714fa2ec8db393107b9978bccf1563922b86471917853d91192
size 78066
oid sha256:80fed510b445d03239d7bb06b45a04561efbda060135390faf6b335dd9358428
size 91703

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f10b11c1a6636b2e096a43470a5bf0df07b57cc37712eb023e6b6da529c2088
size 69240
oid sha256:b9daf5c0c3eddfad1e78ba93536d4756d725ff3ba914d810d80f74caed9fee54
size 95994

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9488fa0792119a5eb5921488a8d3064fb581dfb23962f723c316150a709be00b
size 73697
oid sha256:a4475787bef30608f2c4c206b05588553d3e0b378d64865dc6247b9d2411375c
size 87217

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ae48e4ea18a074bc2d0677a344e43893b84e14b3cb05e8bc03711c095c2a275
size 75874
oid sha256:595d9cdd9534b8048a7a0e1a2c66326aa5616fa7a94ca1a5372fe0cbb50be74f
size 104453

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6c37b2b582cf5e697e3e1d79436c76cf02a254933a8620b0074fd87ec17da30
size 77944
oid sha256:2aced12e40aab45a7be035964b29389d8e4e022bdd3485dd5c1cace73c65af4f
size 91127

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:619d10f641362376ada44cfcd118328007f363b3177f8500a6dd32a875bb6bf0
size 73579
oid sha256:3cc652a3b58ff4f5af168f436b37fc6bf6452012eac66fca604cb9c5d1bb3585
size 83032

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_herd_domestic">
<Footprint>
<Square width="1.0" depth="2.0"/>
<Footprint replace="">
<Circle radius="1.0"/>
<Height>1.5</Height>
</Footprint>
<Health>
@ -22,6 +22,14 @@
<Max>40</Max>
<MaxGatherers>5</MaxGatherers>
</ResourceSupply>
<Selectable>
<Overlay>
<Texture>
<MainTexture>128x128/ellipse.png</MainTexture>
<MainTextureMask>128x128/ellipse_mask.png</MainTextureMask>
</Texture>
</Overlay>
</Selectable>
<Sound>
<SoundGroups>
<panic>actor/fauna/animal/chickens.xml</panic>