First try

master
A. Demant 2018-11-12 16:22:51 +01:00
parent ab8005e64e
commit af4a0dfa8f
13 changed files with 1468 additions and 391 deletions

49
README.txt Normal file
View File

@ -0,0 +1,49 @@
Minetest Game mod: farming awards
==========================
See license.txt for license information.
Mod for extending the farming capabilities of minetest.
You have wild crops, which you can cultivate to get faster and more harvest.
The crops can be infected, where you get nothing. And the infection spreads to nearby crops.
A culture of crops can be destroyed by the infection, where the cultured variant of crops
are easier infected than the wild form.
With special plants (right now nettles) you can make a curing mixture. And other plants can protect the culture.
You should use special devices to get more fruits:
- With a scythe you dig the node and by change get one more harvest. The change is better for a steel scythe than for stone or wood
- With a billhook you punch for example berries to get by change one berry more.
Booth are weared out by each harvest.
For each crop you can define the count of step. In the last step the crop is full-grown, where the crops can be punchable.
The defined grow time is modified by the amount of light the crop would see and the place: The less light at
the position will be (under a tree for example), the longer the crop needs to reach the next step.
The code is written to enable extension by other mods.
You have only one txt file to configure the crops. It's read in a table. Not defined fields are filled,
if a default row is given. If no default is given, the field is not importet to the crop.
Based on the definition the behauvior is defined:
- Crops with harvest (Wheat, Barley, Spelt, Nettle, Hemp): The crop has to be digged and drops a harvest, which can not be seeded again.
The seed has to be crafted out of the harvest. If the option "use_flail" is activated, a standard
craft is used: With a flail you get one seed and one straw (default, can be changed by field "straw").
The seed can be placed again to grow more.
If a cultured variant is given (Wheat), by change you get cultured harvest, which grows faster, has more harvest,
gets easier infected or what ever is defined for the cultured crop.
Most kind of wheat, barley and so on are defined this way.
- Crops with seed: The crop drops directly seed. The amount is given in the configuration by "max_harvest".
Crops like potato or corn are defined in this way.
- Punchable fruits (Berries, Tea, Tobaco, Coffee): Full-grown fruits can be punched to give one fruit and back one step. After the growing
time the fruits are available again. The full-grown can't be digged. It will be punched, directly afterwards
the second last step will be digged, giving one fruit.
- Crops with trellis (Tomatoes, Hop, Grapes): For creating seedable items you have to craft out of the harvest the seed with a trellis.
Digging any step will release the trellis for further usage. By using the option "use_trellis" the craft
is direct registered.
- crops with extractable seed (Tea, Tobaco): The normal harvest are the leaves of the plant, which you can punch out of the box.
To get a seed of the fruit, you have to use a seed picker. The plant goes back one step and need to regrow booth
leaves and seed.
Authors of source code
----------------------
ademant (MIT)
Authors of media (textures)
---------------------------
Created by ademant (CC BY 3.0):

48
awards.lua Normal file
View File

@ -0,0 +1,48 @@
if minetest.get_modpath("awards") then
awards.register_achievement("farming_coffee", {
title = ("Coffee"),
description = ("You got your first coffee"),
icon = "farming_awards_coffee.png",
trigger = {
type = "eat",
item = "group:coffee",
target = 1
}
})
awards.register_achievement("farming_coffee_silver", {
title = ("Coffee Silver"),
description = ("You got your tenth coffee"),
icon = "farming_awards_coffee_silver.png",
requires="farming_coffee",
trigger = {
type = "eat",
item = "group:coffee",
target = 10
}
})
awards.register_achievement("farming_coffee_gold", {
title = ("Coffee Gold"),
description = ("You had 30 coffee"),
icon = "farming_awards_coffee_gold.png",
requires="farming_coffee_silver",
trigger = {
type = "eat",
item = "group:coffee",
target = 30
}
})
awards.register_achievement("farming_cultured_wheat", {
title = ("Cultured Wheat"),
description = ("You got your first cultured wheat"),
icon = "farming_awards_cultured_wheat.png",
trigger = {
type = "dig",
item = "farming:culturedwheat",
target = 1
}
})
end

3
depends.txt Normal file
View File

@ -0,0 +1,3 @@
default
awards
farming

4
init.lua Normal file
View File

@ -0,0 +1,4 @@
minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- start loading from "..minetest.get_modpath(minetest.get_current_modname()))
-- Load files
dofile(minetest.get_modpath("farming_awards") .. "/awards.lua") --few helping functions
minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded ")

62
license.txt Normal file
View File

@ -0,0 +1,62 @@
License of source code
----------------------
The MIT License (MIT)
Copyright (C) 2018- ademant
Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2014-2016 webdesigner97
Copyright (C) 2012-2016 Various Minetest developers and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
For more details:
https://opensource.org/licenses/MIT
License of media (textures)
---------------------------
Attribution 3.0 Unported (CC BY 3.0)
Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2014-2016 BlockMen
Copyright (C) 2015-2016 MasterGollum
Copyright (C) 2015-2016 Gambit
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.
For more details:
http://creativecommons.org/licenses/by/3.0/

8
mod.conf Normal file
View File

@ -0,0 +1,8 @@
name = farming_awards
title = Farming Awards
author = ademant
description = Extends farming awards
optional_depends = intllib
optional_depends = awards,farming
license = MIT
version = 1.0.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

373
textures/src/1378982592.svg Normal file
View File

@ -0,0 +1,373 @@
<?xml version="1.0"?>
<svg
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:ns1="http://sozi.baierouge.fr"
id="svg3407"
viewBox="0 0 64.004 63.323"
version="1.1"
>
<defs
id="defs3409"
>
<linearGradient
id="linearGradient4555"
y2="462.19"
gradientUnits="userSpaceOnUse"
x2="468.05"
gradientTransform="matrix(.099814 0 0 .099796 275.74 508.58)"
y1="329.5"
x1="765.1"
>
<stop
id="stop4551"
stop-color="#fff"
offset="0"
/>
<stop
id="stop4553"
stop-color="#fff"
stop-opacity="0"
offset="1"
/>
</linearGradient
>
<linearGradient
id="linearGradient4563"
y2="412.36"
gradientUnits="userSpaceOnUse"
x2="318.57"
gradientTransform="matrix(.099814 0 0 .099796 275.74 508.58)"
y1="172"
x1="-46.166"
>
<stop
id="stop4559"
stop-color="#ff0"
offset="0"
/>
<stop
id="stop4561"
stop-color="#ff0"
stop-opacity="0"
offset="1"
/>
</linearGradient
>
<linearGradient
id="linearGradient4536"
y2="174.52"
gradientUnits="userSpaceOnUse"
x2="493.44"
y1="282.22"
x1="238.32"
>
<stop
id="stop4532"
stop-color="#a80"
offset="0"
/>
<stop
id="stop4534"
stop-color="#fc0"
offset="1"
/>
</linearGradient
>
<linearGradient
id="linearGradient4528"
y2="458.08"
gradientUnits="userSpaceOnUse"
x2="615.71"
gradientTransform="matrix(.099814 0 0 .099796 275.74 508.58)"
y1="458.08"
x1="210"
>
<stop
id="stop4567"
stop-color="#fc0"
offset="0"
/>
<stop
id="stop4569"
stop-color="#ffe680"
offset="1"
/>
</linearGradient
>
<linearGradient
id="linearGradient4431"
y2="745.89"
gradientUnits="userSpaceOnUse"
x2="410.56"
gradientTransform="matrix(.036449 0 0 .066683 301.86 531.3)"
y1="745.28"
x1="337.39"
>
<stop
id="stop4583"
stop-color="#fc0"
offset="0"
/>
<stop
id="stop4585"
stop-color="#fd5"
offset=".25"
/>
<stop
id="stop4587"
stop-color="#fea"
offset=".5"
/>
<stop
id="stop4589"
stop-color="#fc0"
offset="1"
/>
</linearGradient
>
<linearGradient
id="linearGradient4467"
y2="888.72"
gradientUnits="userSpaceOnUse"
x2="618.59"
gradientTransform="translate(-5.5201 -9.2995)"
y1="888.72"
x1="132.33"
>
<stop
id="stop4603"
stop-color="#d3bc5f"
offset="0"
/>
<stop
id="stop4605"
stop-color="#f4eed7"
offset=".5"
/>
<stop
id="stop4607"
stop-color="#e9ddaf"
offset="1"
/>
</linearGradient
>
<radialGradient
id="radialGradient4469"
gradientUnits="userSpaceOnUse"
cy="924.73"
cx="421.72"
gradientTransform="matrix(1.7221e-7 .22877 -.96320 7.5487e-7 1312.4 823.17)"
r="242.86"
>
<stop
id="stop4593"
stop-color="#ffd42a"
offset="0"
/>
<stop
id="stop4599"
stop-color="#e9ddaf"
offset="1"
/>
</radialGradient
>
</defs
>
<g
id="layer1"
transform="translate(-282.3 -529.21)"
>
<path
id="path3829"
d="m342.57 531.75c0.18995 0.32686 0.37179 0.66498 0.54567 1.0129 0.002 0.003 0.003 0.007 0.005 0.0103 0.065 0.13028 0.13131 0.26157 0.19414 0.39462 0.045 0.0948 0.0864 0.19234 0.13027 0.28854 0.001 0.003 0.004 0.005 0.005 0.007 0.0901 0.19789 0.17711 0.39914 0.26242 0.60275 2.0005 4.7744 2.664 11.095 1.5035 17.766-2.2706 13.054-10.652 22.5-18.721 21.096-1.3628-0.23698-2.6291-0.77099-3.7823-1.5535l0.2127-1.2229c1.1926 0.60215 2.4623 0.96057 3.7895 1.0388 8.1759 0.48183 15.436-9.8503 16.216-23.077 0.24811-4.2088-0.18787-8.2032-1.1642-11.709-0.001 0.001-0.003 0.002-0.004 0.003-3.2827 3.4456-7.1816 5.2246-11.01 4.5589-0.91168-0.15852-1.7811-0.45162-2.6015-0.8607l0.2437-1.4011c0.82959 0.29158 1.691 0.47193 2.5778 0.52419 3.6929 0.21763 7.1977-1.7719 10.004-5.2372 0.0169-0.0208 0.0323-0.0433 0.0492-0.0643 0.0272-0.0338 0.0568-0.0653 0.0838-0.0994 0.0902-0.11378 0.18039-0.22889 0.2691-0.34572 0.005-0.006 0.008-0.0136 0.0129-0.0199 0.0733-0.0965 0.14623-0.19265 0.21845-0.29122 0.0501-0.0685 0.0976-0.13923 0.14711-0.20866 0.0648-0.0906 0.12931-0.18122 0.19321-0.27346 0.21095-0.30452 0.41873-0.61786 0.61941-0.94005z"
stroke="#000"
fill="#fea"
/>
<path
id="path3794"
d="m286 531.75c-0.18995 0.32686-0.3718 0.66498-0.54566 1.0129-0.002 0.003-0.003 0.007-0.005 0.0103-0.065 0.13028-0.1313 0.26157-0.19413 0.39462-0.045 0.0948-0.0864 0.19234-0.13028 0.28854-0.001 0.003-0.004 0.005-0.005 0.007-0.0901 0.19789-0.1771 0.39914-0.26242 0.60275-2.0005 4.7744-2.664 11.095-1.5035 17.766 2.2706 13.054 10.652 22.5 18.721 21.096 1.3629-0.23698 2.6291-0.77099 3.7823-1.5535l-0.21271-1.2229c-1.1925 0.60215-2.4623 0.96057-3.7895 1.0388-8.1759 0.48183-15.436-9.8503-16.216-23.077-0.24812-4.2088 0.18787-8.2032 1.1642-11.709 0.001 0.001 0.003 0.002 0.004 0.003 3.2827 3.4456 7.1816 5.2246 11.01 4.5589 0.91168-0.15852 1.7811-0.45162 2.6015-0.8607l-0.2437-1.4011c-0.82959 0.29158-1.691 0.47193-2.5778 0.52419-3.6929 0.21763-7.1977-1.7719-10.004-5.2372-0.0169-0.0208-0.0323-0.0433-0.0492-0.0643-0.0272-0.0338-0.0568-0.0653-0.0838-0.0994-0.0902-0.11378-0.18039-0.22889-0.26909-0.34572-0.005-0.006-0.008-0.0136-0.0129-0.0199-0.0733-0.0965-0.14623-0.19265-0.21846-0.29122-0.0501-0.0685-0.0975-0.13923-0.1471-0.20866-0.0648-0.0906-0.12931-0.18122-0.19321-0.27346-0.21095-0.30452-0.41874-0.61786-0.61942-0.94005z"
stroke="#000"
fill="#fea"
/>
<g
id="g3759"
stroke="#000"
stroke-width="14.995"
transform="matrix(.066695 0 0 .066683 290.66 531.3)"
>
<path
id="path2836"
d="m370.2 796.48c-106.54 0-197.06 16.135-229.78 38.594h-13.156v19.406h0.125c1.929 31.168 109.89 56.281 242.81 56.281s240.89-25.113 242.81-56.281h0.0312v-19.406h-13.062c-32.72-22.45-123.24-38.59-229.78-38.59z"
fill="url(#linearGradient4467)"
/>
<path
id="path2841"
d="m660 918.08c0 31.559-108.73 57.143-242.86 57.143s-242.86-25.584-242.86-57.143 108.73-57.143 242.86-57.143 242.86 25.584 242.86 57.143z"
fill="url(#radialGradient4469)"
transform="translate(-46.949 -82.442)"
/>
</g
>
<path
id="rect2834"
d="m314.15 574.23v12.003h0.002c-0.002 0.0152-0.002 0.0305-0.002 0.0458 0 0.42014 0.53851 0.76061 1.2028 0.76061s1.2028-0.34047 1.2028-0.76061c0-0.0154-0.002-0.0307-0.004-0.0458h0.004v-12.003h-2.4056z"
stroke="#000"
fill="url(#linearGradient4431)"
/>
<path
id="path4498"
d="m299.1 533.99c-2.5963 4.4177-4.1392 9.9255-4.1392 15.899 0 14.54 9.1318 26.327 20.393 26.327s20.39-11.787 20.39-26.327c0-5.9733-1.5429-11.481-4.1392-15.899-0.013 2.2875-7.2836 4.1415-16.251 4.1415s-16.241-1.854-16.254-4.1415z"
style="color:#000000"
stroke="#000"
fill="url(#linearGradient4528)"
/>
<path
id="path4496"
style="color:#000000"
d="m493.46 175.67c0 11.651-58.072 21.096-129.71 21.096-71.635 0-129.71-9.445-129.71-21.096s58.072-21.096 129.71-21.096c71.635 0 129.71 9.445 129.71 21.096z"
transform="matrix(.12529 0 0 .19657 269.77 499.45)"
stroke="#000"
stroke-width="6.372"
fill="url(#linearGradient4536)"
/>
<g
id="text4609"
stroke="#000"
stroke-width=".74753"
transform="matrix(.96532 -.25898 .25866 .96653 0 0)"
fill="#fc0"
>
<path
id="path3526"
d="m149.49 612.55c0.42797 0.00001 0.75248-0.0941 0.97353-0.28218 0.22104-0.18811 0.33156-0.46559 0.33156-0.83244 0-0.36212-0.11052-0.63725-0.33156-0.82538-0.22105-0.19282-0.54556-0.28923-0.97353-0.28924h-1.5026v2.2292h1.5026m0.0917 4.6066c0.54555 0 0.95471-0.11522 1.2275-0.34567 0.27748-0.23045 0.41622-0.57847 0.41622-1.0441 0-0.45619-0.13639-0.79716-0.40916-1.0229-0.27279-0.23044-0.6843-0.34567-1.2346-0.34567h-1.5943v2.7583h1.5943m2.5255-3.7883c0.58317 0.16932 1.0347 0.48207 1.3545 0.93826 0.3198 0.4562 0.4797 1.0159 0.47971 1.679-0.00001 1.0158-0.34333 1.773-1.03 2.2716-0.68665 0.49853-1.7307 0.74779-3.1322 0.74779h-4.5079v-10.532h4.0775c1.4626 0.00001 2.5208 0.22105 3.1746 0.66313 0.65842 0.44209 0.98763 1.1499 0.98764 2.1234-0.00001 0.51264-0.11994 0.95002-0.35978 1.3122-0.23987 0.35743-0.58789 0.62316-1.0441 0.79716"
/>
<path
id="path3528"
d="m164.05 615.03v0.71956h-5.9047c0.0611 0.59259 0.27512 1.037 0.64196 1.3333 0.36683 0.29629 0.87947 0.44444 1.5379 0.44443 0.53143 0.00001 1.0746-0.0776 1.6296-0.2328 0.55965-0.1599 1.1334-0.39975 1.7213-0.71956v1.9471c-0.59729 0.22574-1.1946 0.39505-1.7919 0.50793-0.59729 0.11757-1.1946 0.17636-1.7919 0.17636-1.4297 0-2.542-0.36213-3.3368-1.0864-0.79011-0.72897-1.1852-1.7495-1.1852-3.0617 0-1.2886 0.388-2.3021 1.164-3.0405 0.78071-0.73837 1.853-1.1076 3.2169-1.1076 1.2416 0 2.2339 0.3739 2.977 1.1217 0.74777 0.74779 1.1217 1.7472 1.1217 2.9982m-2.5961-0.83949c-0.00001-0.47971-0.1411-0.86536-0.42328-1.157-0.27748-0.29629-0.64197-0.44443-1.0935-0.44444-0.48912 0.00001-0.88652 0.13875-1.1922 0.41622-0.3057 0.27278-0.49617 0.66784-0.57142 1.1852h3.2804"
/>
<path
id="path3530"
d="m172.13 611.35v1.9188c-0.54086-0.22574-1.0629-0.39505-1.5661-0.50793-0.50323-0.11287-0.97823-0.1693-1.425-0.16931-0.47971 0.00001-0.83714 0.0611-1.0723 0.18342-0.23045 0.11758-0.34568 0.301-0.34568 0.55026 0 0.20223 0.087 0.35743 0.26102 0.4656 0.17872 0.10817 0.49617 0.18812 0.95237 0.23985l0.44444 0.0635c1.2933 0.16461 2.1634 0.43504 2.6102 0.81128 0.44679 0.37624 0.67018 0.96648 0.67019 1.7707-0.00001 0.84185-0.31041 1.4744-0.9312 1.8977-0.62081 0.42327-1.5473 0.63491-2.7795 0.63491-0.52204 0-1.0629-0.0423-1.6226-0.12698-0.55496-0.08-1.1264-0.20223-1.7143-0.36684v-1.9188c0.50322 0.24456 1.0182 0.42798 1.545 0.55026 0.53144 0.12228 1.0699 0.18342 1.6155 0.18341 0.49382 0.00001 0.86536-0.0682 1.1146-0.20458 0.24926-0.13638 0.37389-0.33862 0.3739-0.60669-0.00001-0.22574-0.087-0.3927-0.26102-0.50087-0.16932-0.11287-0.51029-0.19988-1.0229-0.26102l-0.44444-0.0564c-1.124-0.14109-1.9118-0.40211-2.3633-0.78306-0.45149-0.38094-0.67724-0.95941-0.67724-1.7354 0-0.83713 0.28689-1.4579 0.86066-1.8624 0.57377-0.40446 1.4532-0.60669 2.6384-0.60669 0.46559 0 0.95471 0.0353 1.4673 0.10581 0.51263 0.0706 1.0699 0.18108 1.6719 0.33157"
/>
<path
id="path3532"
d="m177.32 608.86v2.2434h2.6031v1.806h-2.6031v3.3509c0 0.36684 0.0729 0.6161 0.21869 0.74779 0.14579 0.12698 0.43503 0.19047 0.86772 0.19047h1.298v1.806h-2.1658c-0.99704 0-1.7048-0.20694-2.1234-0.6208-0.41387-0.41857-0.6208-1.1264-0.6208-2.1234v-3.3509h-1.2557v-1.806h1.2557v-2.2434h2.5255"
/>
</g
>
<path
id="path4540"
d="m299.1 533.99c-2.5963 4.4177-4.1392 9.9255-4.1392 15.899 0 13.222 7.5496 24.167 17.386 26.044-6.9194-6.5656-11.198-15.628-11.198-25.638 0-4.727 0.95296-9.2437 2.6888-13.385-2.9221-0.74879-4.7316-1.7795-4.7381-2.919z"
style="color:#000000"
fill="url(#linearGradient4563)"
/>
<path
id="path4545"
d="m331.6 533.99c2.5963 4.4177 4.1392 9.9255 4.1392 15.899 0 13.222-7.5496 24.167-17.386 26.044 6.9194-6.5656 11.198-15.628 11.198-25.638 0-4.727-0.95296-9.2437-2.6887-13.385 2.9221-0.74879 4.7316-1.7795 4.738-2.919z"
style="color:#000000"
fill="url(#linearGradient4555)"
/>
</g
>
<metadata
>
<rdf:RDF
>
<cc:Work
>
<dc:format
>image/svg+xml</dc:format
>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage"
/>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/"
/>
<dc:publisher
>
<cc:Agent
rdf:about="http://openclipart.org/"
>
<dc:title
>Openclipart</dc:title
>
</cc:Agent
>
</dc:publisher
>
<dc:title
>Cup</dc:title
>
<dc:date
>2013-09-12T10:43:12</dc:date
>
<dc:description
>trophy cup</dc:description
>
<dc:source
>https://openclipart.org/detail/183387/cup-by-special_k-183387</dc:source
>
<dc:creator
>
<cc:Agent
>
<dc:title
>Special_K</dc:title
>
</cc:Agent
>
</dc:creator
>
<dc:subject
>
<rdf:Bag
>
<rdf:li
>cup</rdf:li
>
<rdf:li
>prize</rdf:li
>
<rdf:li
>trophy</rdf:li
>
<rdf:li
>win</rdf:li
>
<rdf:li
>winner</rdf:li
>
</rdf:Bag
>
</dc:subject
>
</cc:Work
>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/"
>
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction"
/>
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution"
/>
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
/>
</cc:License
>
</rdf:RDF
>
</metadata
>
</svg
>

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 45 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB