advanced_little_garbage
Added some small gadgets for other mods
advanced_little_garbage
ALG
<hr style="background-color: blue;"/>
Exposition
+ This mod added some new items to certain mod,mainly for creative mode
<div style="width: 100%; border: 2px solid skyblue; border-radius: 5px; padding: 5px;"> <span>Here is the list of mods in which this mod added items :</span> <ol> <li><a href="#DE">Draconic Evolution</a></li> </ol> </div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
If you have any ideas about adding items to other mods ,please report issues to my Github
<hr style="background-color: blue;"/>
<h3 id="DE" style="display:inline; padding-right:30px">Draconic Evolution</h3><a href="#top">Back to the Top</a> <table style="align-items: center;"> <thead> <tr> <th>Item DisplayName</th> <th>Item ID</th> <th>Item Effect</th> <th>Comments</th> </tr> </thead> <tbody> <tr> <td>Creative Energy Core </td> <td>create_energy_core</td> <td align="center">-</td> <td align="center">only used in crafting</td> </tr> <tr> <td>Creative Energy Module</td> <td>item_create_energy</td> <td align="center">Put the module into the config slot to provide infinte energy</td> <td align="center">only used in the chaotic items</td> </tr> <tr> <td>Creative Shield Control Module</td> <td>item_create_shield_control</td> <td align="center">Directly set the shield current capacity to max capacity</td> <td align="center"> <ul> <li>only used in the chaotic items</li> <li>When Creative Energy Core and Creative Huge Shield Enhance Module coexists, the item electric value bar will shake back and forth between 0 and max value about 1-2s</li> </ul> </td> </tr> <tr> <td>Creative Huge Shield Enhance Module</td> <td>item_create_large_shield_capacity</td> <td align="center"> Directly set shield capacity to 2147483646</td> <td align="center">only used in the chaotic items</td> </tr> <tr> <td>Creative Auto_feed Module</td> <td>item_create_auto_feed</td> <td align="center">Directly set the storable food point to 2147483646</td> <td align="center">only used in the chaotic items</td> </tr> <tr> <td>Creative Damage Module</td> <td>item_create_damage</td> <td align="center">No need to charge ,Directly set damage to 2147483647</td> <td align="center">only used in the chaotic items</td> </tr> <tr> <td>Creative Projectile Module</td> <td>item_create_projectile</td> <td> <ul> <li>provide +2147483646% Base Damage</li> <li>provide +1600% Velocity</li> <li>provide +1600% Penetration Chance</li> <li>provide +100% Gravity Cancellation</li> <li>provide -100% Inaccuracy</li> </ul> </td> <td align="center"> <ul> <li>only used in the chaotic items</li> <li>No need to charge when the Creative Energy Module exists</li> </ul> </td> </tr> <tr> <td>Chaotic Auto_Feed Module</td> <td>item_chaotic_auto_feed</td> <td align="center">provide 1500 points of storable food</td> <td align="center">only used in the chaotic items</td> </tr> </tbody> </table>
<hr style="background-color: blue;"/>