Tibiawikisql

Latest version: v6.2.1

Safety actively analyzes 688238 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

4.0.0

==================
- Fixed database generation failing for images with redirects
- Added indexes to various columns and various tables, this should increase search performance.
- Made title and name columns case insensitive.
- Added ``location`` column to ``House`` class and ``house`` table.
- Added ``Outfit`` class and ``outfit`` table.
- Added ``OutfitImage`` class and ``outfit_image`` table since outfits have multiple images.
- Added ``OutfitQuest`` class and ``outfit_quest`` table for quests required for outfits or its addons.
- Added ``type_secondary`` column and field to ``item`` and ``creature`` tables and ``Item`` and ``Creature`` classes.
- Added ``look_text`` property to ``Item``, renders the item's look text.
- Added ``reistances`` property to ``Item``, gets a dictionary of the item's resistances.
- **Breaking change**: Renamed ``class`` columns and fields in ``item`` table and ``Item`` class to ``item_class``.
- **Breaking change**: Renamed ``class`` columns and fields in ``creature`` table and ``Creature`` class to ``creature_class``.

3.0.1

==================
- ``Item.attribute_dict`` returns empty dictionary instead of ``None`` if ``Item.attributes`` is empty.

3.0.0

==================
- Charms are now read from their TibiaWiki articles instead of a static json file.
- ``Charm`` class and ``charm`` table changes:
- Added ``article_id``, ``title``, ``timestamp`` and ``version``
- Renamed ``description`` to ``effect``.
- New ``creature_sound`` and ``item_sound``, containing "sounds" made by creatures and items respectively.
- ``Creature`` class and ``creature`` table changes:
- Added ``push_objects``.
- Added ``sounds`` to class.
- ``Quest`` class and ``quest`` table changes:
- Added ``rookgaard``, ``type``, ``quest_log``, ``active_time`` and ``estimated_time``.
- ``Item`` class and ``item``table changes:
- Added ``marketable``, ``pickupable``, ``light_color`` and ``light_radius``,
- Added ``sounds`` to class.
- New tracked attributes in ``item_attribute``
- ``destructible``
- ``holds_liquid``
- ``writeable``
- ``rewriteable``
- ``consumable``
- ``writable_chars``

2.2.0

==================
- New table ``mount``, containing all mounts and their information.
- Fixed incorrect potions entries due to NPC Minzy.

2.1.1

==================
- Fixed physical and earth modifiers not showing up in ``weak_to``, ``immune_to`` and ``resistant_to`` ``Creature`` properties.
- Fixed incorrect ``weak_to`` property.
- Fixed missing ``modifier_hpdrain`` ``Creature`` attribute.

2.1.0

==================

- `elemental_attack` Item Attribute split into ``fire_attack``, ``ice_attack``, ``energy_attack`` and ``earth_attack`` to
reflect changes in TibiaWiki's template.
- Added ``bestiary_kills`` and ``charm_points`` properties to ``Creature``.
- Added ``elemental_modifiers``, ``weak_to``, ``immune_to`` and ``resistant_to`` properties to ``Creature``.
- New table ``world`` and model ``World``. Contains information of Game worlds, including now offline worlds.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.